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

data upload inconsistency from notepad to database table

Former Member
0 Likes
477

Hi I am uploading data from notepad to a database table which has two columns. The data is being read but the data in second column is not reading correctly.

Eg: Col1 Col2

A 1

B 2

C 3

Data in Col1 is being uploaded correctly, but data in Col2 is always taking value 9 into the database table. Please help me with this. Thanks in Advance.

2 REPLIES 2
Read only

Former Member
0 Likes
438

check in your debudding mode, whats the value in the internal table.

Check the domain of the data element in the DB TAB whether it contains any fixed values?

Reward points if useful.

Rgds,

Anita

Read only

Former Member
0 Likes
438

Hi Srinivas,

Check the below points.

1. The text file have any separator or not. if there is no separator, check the length of the fields in the table and file.

Ex: 1st field length is 10

1st field length is 10

then your text file data per record should be 20 char length.

2. The fields in the table should be char.

Reward if found helpful.

Regards,

Boobalan Suburaj