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 > > > > >
