- Регистрация
- 25.11.2012
- Сообщения
- 544
- Благодарностей
- 26
- Баллы
- 28
A bit rusty with table processing, so looking for some advice.
I have a CSV file with approx 10 columns, but I only need to extract the data from 4 columns, like this:
And in table processing, I thought I could match up the CSV columns (A, B, F, I), like:
But when I get a new line, all the info is put into variable A, instead of the 4 x variables.
Could you tell me where I'm going wrong?
Thanks.
I have a CSV file with approx 10 columns, but I only need to extract the data from 4 columns, like this:
And in table processing, I thought I could match up the CSV columns (A, B, F, I), like:
But when I get a new line, all the info is put into variable A, instead of the 4 x variables.
Could you tell me where I'm going wrong?
Thanks.