cancel
Showing results for 
Search instead for 
Did you mean: 

Comma as end separator

Former Member
0 Kudos

Hi,

I have two requirments.

I need comma as end separator and the file name must be emp_<mmyyyy>.

Please let me know how to achieve it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi krish ,

Is your question related to File Adapter & Content Conversion ?

If it is then use parameter NameA.endSeparator = ','

Use Variable Substitution for File Name Scheme

regards

Ganga

Answers (1)

Answers (1)

SudhirT
Active Contributor
0 Kudos

Hi,

Put endSeparator = ','

and for file name use variable substitution and you can create a field in target structure which will contain the file format, for that use Date Function->DateTrans(source as it is and target ddMMyyyy)->Substring function(2,6)--->target field.

If you want to remove this field finally use this thread

Hope it helps.

Thanks!