cancel
Showing results for 
Search instead for 
Did you mean: 

File sender FCC

Former Member
0 Kudos

Hi all ,

I have source file ( .csv ) having the following without any key

H_F,Manu output data

H_E sr no,098634838

H_E md,78/5262

H_T sample,1hr_excess

H_T Date,01/01/1988 11:44:33

P_F_STAT,@,P

TT_CL_NO,$,9,$,$,9,7,P

TT_CL_LN,@,Dallas

TST_P_N,&,C:\BADE\ECECUTE\

first 5 lines are header after that 2 line gap then line items starts .. each line is having different starting filed like above

How to use FCC ? Any help will be appreciated

Thanks.,

Shiva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Build the source structure with one string field and get all data in that field .. You can then split it into respective header and trailer fields using message mapping.

Otherwise you would have to build a custom Adaptermodule.

Former Member
0 Kudos

Excuse me... i don't understand what's the question!