Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load a CSV file

Hi

I have this troublesome table which is exported to a .csv file from a very old system.

To make sense out of the data I need to use this "fixed record" option in the wizard. So I make a lot of fixed fields, which the system auto name wiht a "@xx..." syntax. Afterwards I press finish in the wizard, and it the loads the script where I get all these Load "@xx, @xy, ...", if I do a reload or try to do something else, making a table from the fields, it does not work, and there is no table in the table viewer.

Any ideas?

Some of data is just vertical lines, which I of course intent to delete!           

1 Solution

Accepted Solutions
Not applicable
Author

Thx but I did do all this and still it is a problem. In your screenshot number 4, I only have "Garbage" and "Fill", btw.

Can it be that I run OO and not excel, and that the CSV in someway get attached to be opened in these programs, and therefore it cannot open the file!?

I modified it a bit in OO and saved the file as an Excel file this worked fine. Still it is a little workaround. 

View solution in original post

14 Replies
MK_QSL
MVP
MVP

You can use Enable Transformation Step to load data

Table Files >> Select File >> Next >> Click on Enable Transformation Step...

Not applicable
Author

Thx, I did try that:

1. how can I change/define the field names from there?

2. I still get an error: 

"Cannot open file 'C:\Users\...\....\Desktop\....csv' File not found (red. my translation) .

LOAD @1:1,

     @2:11,

     @12:12,

     @13:37,

     @38:38,

     @39:54,

     @55:55,

     @56:68,

     @69:69,

     @70:82,

     @83:85,

     @86:98,

     @99:100,

     @101:113,

     @114:114,

     @115:128,

     @129:130,

     @131:n

FROM

[..\..\....csv]

(fix, codepage is 850, filters(

Remove(Col, Pos(Top, 3)),

Remove(Col, Pos(Top, 1)),

Remove(Col, Pos(Top, 3)),

Remove(Col, Pos(Top, 4)),

Remove(Col, Pos(Top, 5)),

Remove(Col, Pos(Top, 6)),

Remove(Col, Pos(Top, 7)),

Remove(Col, Pos(Top, 8)),

Remove(Col, Pos(Top, 9)),

Remove(Row, Pos(Top, 1)),

Remove(Row, Pos(Top, 3)),

Remove(Row, Pos(Top, 5)),

Remove(Row, Pos(Top, 3)),

Remove(Row, Pos(Top, 2)),

Remove(Row, Pos(Top, 1))

))"

Anonymous
Not applicable
Author

LOAD Name,

          Class,

          RollNo

FROM

(txt,codepage is 1252 , embedded labels,delimiter is ';', msq);

Please check this file LOAD data into QlikView

Click on table files button,see below screen shot:

LoadCsv.PNG.png

LoadCsv1.PNG.png

Click transformation below:

LoadCsv2.PNG.png

LoadCsv3.PNG.png

Click finish now:

LoadCsv4.PNG.png

Not applicable
Author

Can u upload Data File Please So can Help more Clearly

Not applicable
Author

Thx but I did do all this and still it is a problem. In your screenshot number 4, I only have "Garbage" and "Fill", btw.

Can it be that I run OO and not excel, and that the CSV in someway get attached to be opened in these programs, and therefore it cannot open the file!?

I modified it a bit in OO and saved the file as an Excel file this worked fine. Still it is a little workaround. 

Not applicable
Author

Sorry, data is confidential.

Anonymous
Not applicable
Author

Hi Mikael,

Try to upload scrambled data,here is link to how to do it:

Preparing examples for Upload - Reduction and Data Scrambling

Or modify csv file and upload

Not applicable
Author

You can upload Example Data / or Creating Example type of data Present in Data in your Client data

rbecher
MVP
MVP

Please upload an example with test data (maybe manuelly created) with a few records..

Astrato.io Head of R&D