cancel
Showing results for 
Search instead for 
Did you mean: 

Initializing the custom module from Sender File Adapter

former_member200339
Participant
0 Kudos

Dear All,

I am developing a custom adapter module to read an excel file. I need to extract data from two Cells i.e. Row-7, Cell - 1 and 2.

I would like to pass the Row and Cell details as parameterized.

The details would be send by the Sender File Adapter.

Please suggest the API or the relevant code for this.

Thanks and Regards,

Rana Brata De

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

>>I would like to pass the Row and Cell details as parameterized.

You can supply them as parameters to your module right?

Have you try using getContextData method of ModuleContext??

former_member200339
Participant
0 Kudos

Hi Hareesh,

I have used the getContextData method. It worked. Thanks for your guidance.

Regards,

Rana Brata De

Answers (2)

Answers (2)

pvishnuvardan_reddy
Active Contributor
0 Kudos
iaki_vila
Active Contributor
0 Kudos

Hi Rana,

Eng Swee Yeoh developed and shared an excepcional own module to work with Excel. You can try it

Regards.