Page 1 of 1

Extract data from csv file with different permutation

Posted: Sun Jul 20, 2014 2:37 pm
by jackgoddy123
Hello,

I have a issue to extract csv data with different permutation.
Below are the conditions:

TO extract csv file,1 row as one sentence
To extract csv file data as one row data which has four coulmns combination as one sentence.
To extract csv file data as first row column combining with 2nd column of 2nd row(Permutation).
eg: I have 4 row with 4 coulmns. After csv data extraction, each row should should form a sentence by combining its 4 column fields. But may be with different permution each rows first coulmn should combine with rest of the 3 rows 2nd columns.
A B C D
E F G H
I J K L

So the result should be as: AFCD, AJCD, ABCD and son on.

Extracting csv data code is ready all I want to add permutation condition.
Any help is appreciated.

Re: Extract data from csv file with different permutation

Posted: Mon Jul 21, 2014 9:14 am
by Christopher
jackgoddy123 wrote:Extracting csv data code is ready all I want to add permutation condition.
What do you mean by "permutation condition"?