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

Regarding Reading the file from Application Server

Former Member
0 Likes
475

Hi,

I am trying to read data from Application Server but due to special characters it is getting dumped out.

US24,Q,Acero (Carbon),AA,0010,0001,01,Ver Mir para dimension#

US24,Q,Acero (Carbon),AA,0010,0002,01,Area rectificada sin da#os ra

US24,Q,Acero (Carbon),AA,0010,0003,01,Ver Mir para dimension#

US24,Q,Acero (Carbon),CD,0010,0001,01,ITPE Soken para verificacion

US24,Q,Acero (Carbon),CD,0010,0010,01,No se permite desprendimiento

US24,Q,Acero (Carbon),CD,0010,0002,01,"Vernier, cinta metrica"#

In the last line it is going into dump due to special character ".

Please suggest.

Thanks

Priyanka.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi,

You can check the mode in which you are reading the file

from application server that is

Open Dataset in Binary or Text Mode.

Hope it helps

Regards

Mansi

Hi,

You can check the mode in which you are reading the file

from application server that is

Open Dataset in Binary or Text Mode.

Hope it helps

Regards

Mansi

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hi,

You can check the mode in which you are reading the file

from application server that is

Open Dataset in Binary or Text Mode.

Hope it helps

Regards

Mansi

Read only

0 Likes
449

use the TEXT mode..