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
CD
10/12/2023, 11:52 AM
Why don’t you continue the thread that you started above?
v
vennila ramasamy
10/12/2023, 12:02 PM
i tried all means, it didnt work.
n
Nathan L
10/12/2023, 2:45 PM
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
battk
10/12/2023, 5:27 PM
he has already been given the 2 main approaches: build your own csv file and remove the header
battk
10/12/2023, 5:30 PM
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
battk
10/12/2023, 5:31 PM
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)