Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.