Hello, is posiible comparing large csv files via BC4? There is one more problem for example:
fileA.csv
ID,name;mail,etc..
1;marko;[email protected]
2;larko;[email protected]
3;parko;[email protected]
fileB.csv
ID,name;mail,etc..
1;marko;[email protected]
2;parko;[email protected]
3;larko;[email protected]
is there any option to sort files 1st? (by key or something) becowse i want compare rows 1, 2, 3, in fileA.csv with rows 1, 3, 2, in fileB.csv?
thx for reply
fileA.csv
ID,name;mail,etc..
1;marko;[email protected]
2;larko;[email protected]
3;parko;[email protected]
fileB.csv
ID,name;mail,etc..
1;marko;[email protected]
2;parko;[email protected]
3;larko;[email protected]
is there any option to sort files 1st? (by key or something) becowse i want compare rows 1, 2, 3, in fileA.csv with rows 1, 3, 2, in fileB.csv?
thx for reply
Comment