Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
modara
Creator
Creator

hi

Hi,

I am lasly taked API data to mysql. In my API got year from 2005 to 2023

but i cant take data from 2005 to 2023, I have to do filter one by one i.e.

https://calendarific.com/api/v2/holidays?api_key=sdfddsafsfd&country=BD&year=2005

https://calendarific.com/api/v2/holidays?api_key=sdfddsafsfd&country=BD&year=2006

https://calendarific.com/api/v2/holidays?api_key=sdfddsafsfd&country=BD&year=2007 and so on....

I have created a ID_AUTO_Gen_id in mysql

0695b00000hthNUAAY.png 

0695b00000hthNeAAI.png 

and when i give that ID_AUTO_Gen it gives me Null in return in mysql but ID_AUTO_Gen is working

 

0695b00000hthNtAAI.png 

if remove ID_AUTO_Gen , then i got only that specific year data that i put in api.

i want to store data into mysql from 2005 till 2023

please give me guide how could i do that.

these is no way in API to get data as of today, they mentioned it. So if there is a way out to store data from 2005 till 2023 in talend please guild me

 

 

thanks

Labels (3)
1 Solution

Accepted Solutions
modara
Creator
Creator
Author

thanks i resolved every thing. i can get data from api to mysql and store is year after year.

 

 

View solution in original post

1 Reply
modara
Creator
Creator
Author

thanks i resolved every thing. i can get data from api to mysql and store is year after year.