Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I cant find the way to read COBOL data files in QlikView.
I know there is a connector and drivers, but I don know how to use this tools.
If someone can explain this a little, or maybe tell me a way to convert my COBOL files in a excel o something that QV can read.
I know there is a not free programs from cobol to do this, but im searching something more easy and fast
Are you sure "separator" parameter refers to the char between the fields.
If true your problem will remain because, as you mentioned earlier, your problem is fields with comma.
I think separator should be ...
separator= ";"
Good luck anyway
Ideally in a proper csv file
we will have double quotes for every value
"23242,676","87878","78766"
something of this sort.
thanks,
Rajesh Vaswani