Skip to content

Entering String and Integer values #62

Closed Answered by osiegmar
asif-rashid asked this question in Q&A
Discussion options

You must be logged in to vote

FastCSV is a fairly low-level CSV implementation that simply implements CSV as defined per RFC-4180 in a robust and high performant manner. FastCSV does not perform any data type mapping or conversion on its own, as this is not the intended purpose. If you want to write Integer values you have to convert them to String (e.g. by using java.lang.Integer#toString() or java.lang.Integer#toString(int)) first.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by osiegmar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants