Thanks Sergey for the response. i cannot change the decimeter in my file as
comma used as valid char for my data.

>From my understanding of the code, number of splits in csv record must
match with number of columns. Agree?

Regards,
Anil



On 21 March 2016 at 23:52, Sergey Soldatov <[email protected]> wrote:

> Hi Anil,
> It will be really painful since CSV bulk load is using Apache common
> CSV format tool for parsing input lines and it expects that the
> delimiter is a single character. I would suggest to prepare files
> before bulk load replacing the delimiter string with a single
> character using perl/sed scripts. It will be much easier.
>
> Thanks,
> Sergey
>
> On Sun, Mar 20, 2016 at 11:05 PM, Anil <[email protected]> wrote:
> > Hi ,
> >
> > I see CSVBulkLoadTool accepts delimiter as single character only. So i
> have
> > to customize it. do we have documentation of steps that bulk load tool
> > perform ?  Please share.
> >
> > Thanks,
> > Anil
> >
> >
> >
> >
> >
>

Reply via email to