I need to change a date (start date) in a column from a CSV file by adding 7 days to the date.
I'm stuck on knowing the best way to do this.
Using PAD I have imported the CSV file into a table called CSVtable.
Now I want to perform a SQL update against said table and cannot find a way to do this.
There is a "Execute SQL Statement" but you can't apply that to PAD's own tables? That seems very odd.
I tried uing "Update Data Table Item" but you have to specify a row. I want to change all rows of data from a date column.
Any type of loop would take forever as there can be about > 1,000 records.
Any ideas?
Thx!