Re: DIH question: importing string containing comma-delimited list into a multiValued field

2015-07-17 Thread Shawn Heisey
On 7/17/2015 8:23 AM, Bill Au wrote: > One of my database column is a varchar containing a comma-delimited list of > values. I wold like to import these values into a multiValued field. I > figure that I will need to write a ScriptTransformer to do that. Is there > a better way? DIH provides th

DIH question: importing string containing comma-delimited list into a multiValued field

2015-07-17 Thread Bill Au
One of my database column is a varchar containing a comma-delimited list of values. I wold like to import these values into a multiValued field. I figure that I will need to write a ScriptTransformer to do that. Is there a better way? Bill