Any settings to improve JSONwriter performance #311
Unanswered
markopavic
asked this question in
Q&A
Replies: 1 comment 1 reply
-
sample csv with expected json output along with code helps to guide. use dotnetfiddle. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody,
I have dynamic CSV files with nested objects that I am converting to JSON.
Using ChoJSONWriter, with a CSV file of 7700 rows, 800 columns, 27MB total size, it takes around 3minutes to convert to JSON. Is there a way to improve performance?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions