Forum Discussion
Marimuthu86
7 years agoNew Contributor II
Hi sandeep,
It seems that this pipeline tranforms data from Json input.
My input file is Excel source and i’m facing error when i try to follow same steps.
please suggest.
Hi @Marimuthu86,
Make sure your Excel parser’s settings are configured to begin at your data grid.
Here’s an example pipeline and input file that does this. Hope it helps!
- Judy
PivotFromExcel_2018_09_13.slp (4.9 KB)
SnapLogic_Pivot.xlsx (8.3 KB)
- bojanvelevski3 years agoValued Contributor
Hi @koolraul,
Conditional snap will actually work in your case, if everything is correct. One possible issue that I can see on the screenshot is that the conditional snap and the Pipeline Execute snap are not connected.
If you want to experiment further, you can try putting the condition in the Pipeline Execute snap, for example:
$param == 'a' ? "pipeline_a" : "pipeline_b"
Hope this helps,
Bojan
Related Content
- 11 months ago
- 6 years ago
- 10 months ago
- 2 years ago