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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_n
Contributor
Contributor

how to extract the data from azure blob based on last run date in a file?

Hi All,

 

 

first extracting the full data from azure and also capturing the last run date in a file.

eg : extracted data which are in the folder 2018-10-07 to 2018-10-07.

 

now i need to increment the data extraction from the 2018-10-07 to current date -1 for the next run.

 

Please let me know how can implement the job.

Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable

In the end of job, store the job execution date in somewhere such as a file or database, in the beginning of job, read the last execution date from the file or database.
Let me know if you need more guides.

Regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable

In the end of job, store the job execution date in somewhere such as a file or database, in the beginning of job, read the last execution date from the file or database.
Let me know if you need more guides.

Regards
Shong
amit_n
Contributor
Contributor
Author

i have stored the run date in the file.. but when i store it in csv file date format is changing from 2018-10-09 to 09-10-2018.

i Need to store it in 2018-10-09 format itself.

 

 

Please let me know how to fetch the date from the file and pass the date to other component to extract the data from the run date to till current date -1.