I'm trying to automate an ad import using an unedited csv file nightly. The problem is the data base I am exporting from has its own headers. Is it possible to replace the entire header row with another set of values?
Example of current values Last Name,First Name, and so on…..
Want to replace it with Ad attribute names.
Then save the csv file out to a different file name.
I'm kinda new to scripting so any help will be greatly appreciated!
Thanks