June 14, 2011 at 12:33 am
Hi all,
I have a flat file containing 2 columns as follows:
1, home|Street|city|country|...
My question is , I would like to count le number of substring separated with the '|' in home|Street|city|country|...
in order to import any FF with different layout.
I guess I need to use a script task ?
at the end, I would need to have in variables :
- total number of substring separated by |
- substring names alone
If anyone could hep, because I've no experience with C# and VB.
Thank a lot in advance
June 14, 2011 at 11:37 am
Sorry, only have a moment, but I think in the script component, a string data type has the SPLIT function which I think will do what you want.
CEWII
June 14, 2011 at 11:55 am
See if you can find anything useful in this
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply