cancel
Showing results for 
Search instead for 
Did you mean: 

Spl character

Former Member
0 Kudos

Hi Group,

In tab delimeted input file if any spl character (/,*,>,<) arise how to handle ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi,

You dont need to do anything. Since it is tab delimited it always sees for this. Even though you have these characters it will come into the fields as values. If you have abc> and a tab delimit then abc> will come into your mapping and from there you have to go.

Regards,

---Satish

Former Member
0 Kudos

Hi Sateesh,

If I get those kind of of spl characts how to raise an exception at record level,can any body help with UDF function