flatpack
flatpack copied to clipboard
CSV/Tab Delimited and Fixed Length Parser and Writer
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.slf4j:slf4j-simple from 1.7.32 to 1.7.36. :information_source: Keep your dependencies up-to-date....
Hey there! I belong to an open source security research community, and a member (@srikanthprathi) has found an issue, but doesn’t know the best way to disclose it. If not...
Hi, I am using Camel to process CSV files and as I understand Camel utilizes Flatpack to parse CSV content. It looks like there are several defects in Flatpack that...
Hi, I have a use case where I read a file with fixed length columns and write some of the rows back into another file (with same format). I can't...
Currently: final boolean needsQuoting = stringValue.indexOf(delimiter) != -1 // || foundQualifier // || stringValue.indexOf('\n') != -1; Should be: final boolean needsQuoting = foundQualifier && (stringValue.indexOf(delimiter) != 1 || stringValue.indexOf("\n") !=...
Does flatpack support data type validation in xml config ?
Using method described in https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers
Parsing a Long with a scientific value like 1.5423E+12 seems to result in a value of 1 and no error! Ouch.
The ExcelTransformer is the only class in Flatpack depending on JExcelAPI. I suggest that we move that class into a 'flatpack-excel' module.
Hi. cam use this in Android? if yes, how? Tanks.