-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for collection fields #9
Comments
Hrmm. Interesting idea. Thanks for it. So would this list/array enabled field be just for the last one? So the last one can be effectively a |
I think that it could be in any order. While reading - you can constrain column name pattern like |
Hello,
name,phones |
Pretty nice solution @hatim-heffoudhi ! Thanks. |
I have a class:
where phones could have 0...* elements;
I'd expect that such data (in JSON for readability):
transformed by this code:
should output something like this:
exactly like this tool https://konklone.io/json/ does it
but it throws:
Could you please support collections in SimpleCSV?
One solution is that
@CsvColumn
could have boolean parametercollectionValues
(because names can be generated usingname
as a base)Kind regards
The text was updated successfully, but these errors were encountered: