Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Read a ini File

Hello,
I try to read a ini file.
It looks like this :


NAME=ST JEAN D'ACRE
RECIEVE=43
SUBMIT=43
DATE=22/07/14 16:28:06

NAME=ENCAN
RECIEVE=121
SUBMIT=COMPLET
DATE=22/07/14 16:28:06

I use a tFileInputProporties which is in the screenshot


But instead of obtain a file look like this :


PARKING_1|ST JEAN D'ACRE|43|43|22/07/14 16:28:06
PARKING_2|ENCAN|121|COMPLET|22/07/14 16:28:06


I have :

 connecting to socket on port 3847
connected
NAME|ST JEAN D'ACRE|PARKING_1
RECIEVE|43|PARKING_1
SUBMIT|43|PARKING_1
DATE|22/07/14 16:28:06|PARKING_1
NAME|ENCAN|PARKING_2
RECIEVE|121|PARKING_2
SUBMIT|COMPLET|PARKING_2
DATE|22/07/14 16:28:06|PARKING_2

What is missing ?
Thank you.
0683p000009MEUN.png
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
ok, I add a tDenormalized component, flollowing by a tJavaRow.
Thank you.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

hi, 
you miss nothing 0683p000009MA9p.png
schema is defined to read key/value & section in that order.
You have to denormalized your flow.
regards
laurent
0683p000009METJ.png
Anonymous
Not applicable
Author

ha...
Thank you Laurent!
I have to use the tDenormelize component ?
Anonymous
Not applicable
Author

Hi,
ok, I add a tDenormalized component, flollowing by a tJavaRow.
Thank you.