cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding content conversion paratmeters

Former Member
0 Kudos

Hi

In my scenario we are using in the receiver file format # as field

separator and in the same scenario we are using # for empty column field .

so please tell me can we use one operator for both requirements

regards

venkat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venky,

Use Same Operator for both and if any error comes means please get back with Error

Regards

Seshagiri

Answers (6)

Answers (6)

Former Member
0 Kudos

Yes its possible.....they are two different entitiesall together...can use the same symbol # for both the content conversion parameters..

' Field separator ' pertains to the seperation symbol between every input/output data..

' Empty column ' field refers to the default symbol that should replace the place in case there is no data..

Former Member
0 Kudos

Hi,

Technically it will work and you will get a ouput like this.

Sample output:(if you use # for both.)

field1#field2###field4

Sample output:(if you use # for empty field and tabdelimeter for seperator)

field1 field2 # field4

always look for a meaning full output.

Regards,

Saravanan.R

madanmohan_agrawal
Contributor
0 Kudos

Hi Venkat,

To use # as both field separator and empty column field you have define the attributes separately.

For fieldseparator assgin the following attribute.

<RecordSetName>.fieldSeparator --> #

BR,

Madan Agrawal

Former Member
0 Kudos

Hi Venky,

If you use # for both then the while reading that file in some other system will cause you problem.

I would suggest you to use '0x09' as your fieldSeperator and # for the other one.

Reward points if its helpfull.

Thanks,

Saravanan.R

Former Member
0 Kudos

Hi Saravan,

Can you please let us know what are the Problems may come if we use # for both the cases???

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Yes, It should Work

Regards

Seshagiri

Former Member
0 Kudos

Hi sesha giri

Please tell me how will we do that.

regards

venkat

Former Member
0 Kudos

yes we can use one operator for both requirements

Former Member
0 Kudos

I guess we can use the same operator.