how to check is .csv file is corrupted or not

Certified Senior Developer

hi,

is there any function that we can check  is .csv file is corrupted or not?

note:-.csv.file will receive from external system 

suggest me best approch?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Shubham Aware

    Hi  ,

    we have requirement like,

    • sometime we will receive the .csv file in form of excel file and inside that there might be 3 or 4 sheets and now how we can read the .csv file by each sheet once?- have used the readexcelimportfle function but it will through an error as it is .csv extension --any suggested answer?
    • again same have tried by using readexcelsheetpaging if i pass .csvfile to this function it's throwing an error.
Children