Work in Progress. Producing Rows. Currently complains about buffer not being de-allocated.
Megan Foss
committed 2 years ago
First working version
Megan Foss
committed 2 years ago
Added more data types, refactored code
Megan Foss
committed 2 years ago
Checkstyle fixes
Megan Foss
committed 2 years ago
Removed println statement from Batch Reader, Simplified logic
Megan Foss
committed 2 years ago
Modified format, fixed maxRecords in next(), modified Exception handling in Batch Reader
Megan Foss
committed 2 years ago
Addressing Review Comments.
Megan Foss
committed 2 years ago
Added Serialization/Deserialization test, added blank row test file, cleaned up compressed file test
Megan Foss
committed 2 years ago
Fixed Serialization/Deserialization test
Megan Foss
committed 2 years ago
Added another constructor to enable user to not have to enter dateTimeFormat when not appropriate, started adding methods to perform field name verification (not complete).
Megan Foss
committed 2 years ago
Added method to validate field name input and verify there are no duplicates. Modified tests to enable testing of new constructor.
Megan Foss
committed 2 years ago
Added two getters to FixedwidthFormatConfig to prep for offset verification
Added field validation for data types, indices, width. Includes creating two setters in field config to set default value for data types and calculate/set width based on indices.
Megan Foss
committed 2 years ago
Modified validation for field width and field index. Added comments to code.
Megan Foss
committed 2 years ago
Added to field validation for field names. Checks for valid length and valid SQL syntax.
WIP converting to EVF v2. Pushing to repo for troubleshooting purposes.
Megan Foss
committed 2 years ago
Start of fixed width format plugin
Megan Foss
committed 2 years ago
Work in Progress. Producing Rows. Currently complains about buffer not being de-allocated.
Megan Foss
committed 2 years ago
First working version
Megan Foss
committed 2 years ago
Added more data types, refactored code
Megan Foss
committed 2 years ago
Checkstyle fixes
Megan Foss
committed 2 years ago
Removed println statement from Batch Reader, Simplified logic
Megan Foss
committed 2 years ago
Modified format, fixed maxRecords in next(), modified Exception handling in Batch Reader
Megan Foss
committed 2 years ago
Addressing Review Comments.
Megan Foss
committed 2 years ago
Added Serialization/Deserialization test, added blank row test file, cleaned up compressed file test
Megan Foss
committed 2 years ago
Fixed Serialization/Deserialization test
Megan Foss
committed 2 years ago
Added another constructor to enable user to not have to enter dateTimeFormat when not appropriate, started adding methods to perform field name verification (not complete).
Megan Foss
committed 2 years ago
Added method to validate field name input and verify there are no duplicates. Modified tests to enable testing of new constructor.
Megan Foss
committed 2 years ago
Added two getters to FixedwidthFormatConfig to prep for offset verification
Added field validation for data types, indices, width. Includes creating two setters in field config to set default value for data types and calculate/set width based on indices.
Megan Foss
committed 2 years ago
Modified validation for field width and field index. Added comments to code.
Megan Foss
committed 2 years ago
Added to field validation for field names. Checks for valid length and valid SQL syntax.