This PR introduces a new feature that allows converting CSV files into RDB format.
Previously, the package only supported generating.rdb files from text-based sources. With this addition, users can now provide configuration data directly inCSV format, which improves flexibility and simplifies integration with data pipelines.
- Implemented a new method to parse
CSV input and generate .rdb files.
- Updated the codebase to support both
TXT and CSV input sources.
- Added basic validation for
CSV structure before conversion.
This PR introduces a new feature that allows converting
CSVfiles intoRDBformat.Previously, the package only supported generating
.rdbfiles from text-based sources. With this addition, users can now provide configuration data directly inCSVformat, which improves flexibility and simplifies integration with data pipelines.CSVinput and generate.rdbfiles.TXTandCSVinput sources.CSVstructure before conversion.