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

json from thingspeak to mysql #1

Open
ggrigon opened this issue Oct 10, 2018 · 1 comment
Open

json from thingspeak to mysql #1

ggrigon opened this issue Oct 10, 2018 · 1 comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@ggrigon
Copy link
Owner

ggrigon commented Oct 10, 2018

i need a way to conver the json data from thingspeak.com to a mysql server

@ggrigon ggrigon added enhancement New feature or request help wanted Extra attention is needed hacktoberfest labels Oct 10, 2018
@ggrigon ggrigon assigned ggrigon and unassigned ggrigon Oct 10, 2018
@marcosnils
Copy link

marcosnils commented Oct 10, 2018

Why not downloading the CSV and importing to mysql using the built-in MYSQL functionality? . thingspeak provides CSV sources as well.

LOAD DATA LOCAL INFILE 'C:/tmp/mycsv.csv' 
INTO TABLE my_table 
FIELDS TERMINATED BY ',' 
ENCLOSED BY '"'
IGNORE 1 ROWS;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants