Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, can anybody assistme Please? I am trying to export/store the main table to an excel/csv file, but i'm getting this error.
The code i'm running is "STORE [MainData] into
'C:\Users\Anthony\Documents\AIRLINE_MAIN_DATA.csv'
"
For me this sounds as there is another error. Can you go to the folder path and see If CSV file generated or not?
The file you want to save your data must be created manually. I did so by creating a txt, csv and excel file. All three of them gives this error.
HI,
try the following code
STORE [MainData] into
'C:\Users\Anthony\Documents\AIRLINE_MAIN_DATA.csv (txt);
I believe Salted's post is likely on the right track per the Help:
If that did work for you, be sure to use the Accept as Solution button on their post to give them credit for the assistance and let other Community Members know that is what was missing. If you are still working on things, leave an update for us.
Regards,
Brett