I have a saved search i need to save the results i...
# suitescript
v
I have a saved search i need to save the results into a csv file in the file cabinet and then load the file again to remove the header and save it as a zipped file. how to do that?
c
Why don’t you continue the thread that you started above?
v
i tried all means, it didnt work.
n
Are you creating the CSV file from your script and saving it to the file cabinet. Or is someone uploading the file to the file cabinet. If you are creating the file, you can just create it without headers.
b
he has already been given the 2 main approaches: build your own csv file and remove the header
both of which are capable of generating csv files, his response saying he already tried suggests he is incapable of implementing either approach, which means he requires more specific help
either by someone being kind enough to implement it for him, or to help fix their code (which typically requires more code to be shared)