I am new to uploading a file to database.
I wants to know the process how the system will identify the file in uploading whether it is a csv file or a xml file?
What is the difference between csv file and xls file?
Benefits and drawbacks of each?
In my application it is configured with csv file upload but i am testing it for a xml file upload. Then it is raising an error as string literal too long.
Can you explain how to resolve this problem?
