Hello All,
I am having an issue with reading excel file -xlsx format using Standard PI Modules. Please find below details and query:
Requirement:
Need to create a scenario for reading excel file -xlsx format using Standard PI Modules.
Excel sheet data: (Below dummy data for example)
Configuration Part:
I have used Michal's blog for reference to achieve my requirement.
1) I am using FTP as a sender channels with following standard modules.
-> Here I used two standard modules 1) PayloadZipBean = which unzip excel file & 2) PayloadSwapBean = Which swaps two payloads.
-> As per below I get 9 xml files after unzipping excel file, also here sharedStrings.xml have actual data.
->Shared String xml:
Problems :
1) Numeric value which is mentioned in Excel file is not coming to xml file. ( for example: in 1st screenshot showed numbers: 100,101,102 are not coming to xml file.)
2) Values inside xml is not coming in particular fix sequence due to which Java mapping is also difficult.
3) How to map this two structures without java mapping.
Query:
1) Is there any standard module which can retrieve this numeric values , which are not coming xml file?
2) How to map this two structures surpassing above issues?
Kindly Help... !!!
Regards,
Karan K.