Skip to content

CSV Interface v4.3.15

Compare
Choose a tag to compare
@ws-garcia ws-garcia released this 22 Jan 04:43
· 31 commits to master since this release

Improvements

  • Parsing: The ability has been added to the parser to handle records whose fields are missing an escape character to comply with RFC-4180 specifications. In these cases the parser, instead of aborting the read and throwing an error, will save the occurrences in the error description and continue loading the other records from the CSV file. It should be noted that the information retrieval operation brings with it a considerable increase in the execution time of the routines in responsible for loading the information.