• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Comments in tFileInputDelimited

#1 2008-03-12 17:55:11

mlamrani
Member
Registered: 2008-03-07
Posts: 34

Comments in tFileInputDelimited

Hi,

Is it possible to include comment lines in a tFileInputDelimited ?
I actually use it to load a tContextLoad and I want to put some comments on the values given.

Thanks.

Offline

#2 2008-03-12 21:42:31

mhirt
Talend team
Registered: 2006-09-19
Posts: 1637

Re: Comments in tFileInputDelimited

I don't think it's very easy with comment line.
My advice is to use a comment column

Your file would be
key;value;comment
key1;value1;comment1

You can read only key and value columns with your tFileInputDelimited before your tContextLoad

Regards,

Offline

#3 2008-03-12 22:55:51

Volker Brehm
Member
Registered: 2007-04-03
Posts: 1139
Website

Re: Comments in tFileInputDelimited

What would you like to do? Just ignore the comments? How do you know its a comment (line starting with "#" for example)?
In this case you may use a filter.
Please give us some more information to help you.

Bye
Volker

Offline

#4 2008-03-13 09:10:53

mlamrani
Member
Registered: 2008-03-07
Posts: 34

Re: Comments in tFileInputDelimited

Exactly Volker, I just want to describe the key and value of the tFileInputDelimited, the comments should be ignored.

Offline

#5 2008-03-13 21:45:43

Volker Brehm
Member
Registered: 2007-04-03
Posts: 1139
Website

Re: Comments in tFileInputDelimited

Can you please give us an example of your input data.

Offline

#6 2008-03-14 09:04:40

mlamrani
Member
Registered: 2008-03-07
Posts: 34

Re: Comments in tFileInputDelimited

Here is a sample of the csv file, I used a comment column and it is ignored by the tContextLoad:

mysql_host;0.0.0.0;MySQL IP adress
mysql_port;3306;MySQL Port
mysql_db;talend;MySQL database name
mysql_user;talend;MySQL user
mysql_pass;talend;MySQL Password
...

It works perfectly now. Thanks.

Offline

#7 2008-03-14 09:17:57

Volker Brehm
Member
Registered: 2007-04-03
Posts: 1139
Website

Re: Comments in tFileInputDelimited

You are welcome.

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Comments in tFileInputDelimited

Board footer

Powered by FluxBB