M
mmasroorali
Dear All,
I have some autogenrated CSV text where a typical line looks like this,
"A", "B, C and D", "E",,,,,
See the empty fields at the end? Now when I use quotewords, the
trailing null fields are stripped from the result. So, I get only three
fields. But I want to get the last columns as empty fields. In case of
split, I could use the limit as the third parameter. Could any kind
soul please tell me what I could do in this situation?
Regards,
I have some autogenrated CSV text where a typical line looks like this,
"A", "B, C and D", "E",,,,,
See the empty fields at the end? Now when I use quotewords, the
trailing null fields are stripped from the result. So, I get only three
fields. But I want to get the last columns as empty fields. In case of
split, I could use the limit as the third parameter. Could any kind
soul please tell me what I could do in this situation?
Regards,