You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I make all JSON item as string instead of based on excel column type. I need to do this because when I tried to upload the dara to MySQL, it will not be able to upload JSON data with non string type.
The text was updated successfully, but these errors were encountered:
When you say you upload the data to MySQL, how do you accomplish that? For example, do you write the Excel worksheet to a CSV file, then run a CSV import on the MySQL side with a query or do you use the MySQL for Excel plugin?
Can you attach a small Excel document with some data. Nothing large, 10-20 rows would be sufficient.
What is the MySQL database schema that you are using. A table of column names and their data types and lengths would be sufficient.
What is JSON schema that you are using or would like to generate from the Excel columns in the worksheet.
How can I make all JSON item as string instead of based on excel column type. I need to do this because when I tried to upload the dara to MySQL, it will not be able to upload JSON data with non string type.
The text was updated successfully, but these errors were encountered: