Write a custom loader. You can check out CSV loader in the piggybank, it does something like this.
D On Mon, Oct 17, 2011 at 5:03 AM, kiranprasad <kiranprasa...@imimobile.com>wrote: > Hi > > How can I ignore the character in a record if it contains the seperator > char in the record. > eg : Seperator char is ‘|’. > > The Record values are | seperated > > xyz|1234|98798|”xyz|abc”| > > > Regards > Kiran.G