Skip to content
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

Make all JSON item as string #225

Open
azmirzakaria opened this issue Apr 4, 2022 · 1 comment
Open

Make all JSON item as string #225

azmirzakaria opened this issue Apr 4, 2022 · 1 comment

Comments

@azmirzakaria
Copy link

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.

@houghtonap
Copy link

  1. 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?
  2. Can you attach a small Excel document with some data. Nothing large, 10-20 rows would be sufficient.
  3. What is the MySQL database schema that you are using. A table of column names and their data types and lengths would be sufficient.
  4. What is JSON schema that you are using or would like to generate from the Excel columns in the worksheet.

Hopefully we can figure out a solution for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants