etlplus.file.properties

etlplus.file.properties module.

Helpers for reading/writing properties (PROPERTIES) files.

Notes

  • A PROPERTIES file is a properties file that typically uses key-value pairs,

    often with a simple syntax.

  • Common cases:
    • Java-style properties files with key=value pairs.

    • INI-style files without sections.

    • Custom formats specific to certain applications.

  • Rule of thumb:
    • If the file follows a standard format like INI, consider using

      dedicated parsers.

Classes

PropertiesFile()

Handler implementation for Java-style properties files.