amit_saroha
4 years agoNew Contributor III
How to handle CSV file with header only
Hi,
I have CSV files coming through some third parties and sometimes it comes to empty i.e. only with headers and no data. Can you suggest how I can handle such files?
- 4 years ago
That is because your file contains an extension .csv but you saved it as .txt
So after saving it as csv it goes to the no data outputLet me know if it works