-
Notifications
You must be signed in to change notification settings - Fork 138
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
Issue Converting JSON to CSV File #324
Comments
use
|
Thank you for your response! It's working. 👍 |
@Cinchoo I have another issue. The field looks like this: json "extension": [ |
duplicate #325 |
so how to fix this ..? |
Actually, I'm facing an issue while converting JSON to a CSV file. I deserialized it with a dynamic object, but the problem is that the headers are generated based on the first set of data. If the next set of data differs from the first, any missing data is not included in the CSV file. Do you have any suggestions...?
The text was updated successfully, but these errors were encountered: