10-20-2020 05:31 AM
Hi there,
I built a simple pipeline to extract all the pipelines from my dev org and write into a excel file.
I have 2 types of pipelines and trying to write into different sheets of excel using Excel Multi Sheet Formatter.
But when I use it gives me Null pointer exception as its not accepting the input.
May I know what I am doing wrong here?
attached the pipeline I built
Thanks
Manohartest2_2020_10_20 (1).slp (26.8 KB)
Solved! Go to Solution.
10-20-2020 09:21 AM
Thanks Sowmya,
just found out that the issue is because od fontconfig missing on the snaplex; based on the https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439015/Excel+Formatter
once I added that, it worked.
Thanks again for looking into it.
Manohar
10-20-2020 09:17 AM
Hi Manohar,
I downloaded the pipeline and tried at my end. I didn’t see null pointer exception and excel file got generated with 2 sheets “SuccessPipelines” and “ErrorPipelines”. Let me know if I understand anything wrong.
10-20-2020 09:21 AM
Thanks Sowmya,
just found out that the issue is because od fontconfig missing on the snaplex; based on the https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439015/Excel+Formatter
once I added that, it worked.
Thanks again for looking into it.
Manohar