Forum Discussion

amit_saroha's avatar
amit_saroha
New Contributor III
4 years ago
Solved

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?
  • JensDeveloper's avatar
    JensDeveloper
    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 output

    Let me know if it works