Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issues- Upload Excel File

Former Member
0 Likes
576

Hi All,

Can anyone tell me the issues in uploading an excel file to ECC custom database tables.

When I browsed throught forums it says, its not a good practice to use excel file, instead of that use flat file with seperators to upload into tables.

What kind of file is recommended for loading into ECC custom table?. We nee

Regards,

Anand.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
541

Hi Anand,

When you upload info from excel, you have to be careful with the format of the cells. Because it can result in uploading in the wrong format or uncompleted (missing leading zeros, etc.).

Personally, I prefer uploading data from Excel files, as its easier to fill, review and mantain.

Regards,

Eric

Hi Anand,

When you upload info from excel, you have to be careful with the format of the cells. Because it can result in uploading in the wrong format or uncompleted (missing leading zeros, etc.).

Personally, I prefer uploading data from Excel files, as its easier to fill, review and mantain.

Regards,

Eric

3 REPLIES 3
Read only

Former Member
0 Likes
542

Hi Anand,

When you upload info from excel, you have to be careful with the format of the cells. Because it can result in uploading in the wrong format or uncompleted (missing leading zeros, etc.).

Personally, I prefer uploading data from Excel files, as its easier to fill, review and mantain.

Regards,

Eric

Read only

Former Member
0 Likes
541

Hi Anand,

If you use excel file to upload data then you have to format the data properly like leading zeros, text should be without quote marks etc.

Do the proper validation and conversions before using excel.

Regards

Praveen

Read only

Former Member
0 Likes
541

Thanks Eric and Praveen.