As I don't see where are the records and the fields, I think the best
would be that you send me your files - with a limited number of
records - and tell me what you want to do.
Or else you create a small demo file and I'll work on it.
If so, email me with a real address back.
Remi-Noel
"Boubahha" <fsdf (AT) fdsfdfds (DOT) com> a écrit
Quote:
I have many data like this :
ID;DATA_1;DATA_2;DATA_3
1;ORANGE;;
1;;APPLE;
1;;;LEMON
2;APPLE;;
Is it possible to gather data like this :
ID;DATA_1;DATA_2;DATA_3
1;ORANGE;APPLE;LEMON
2;APPLE;; |