Forum Discussion
Hi @Bhavin,
The pipeline is really helpful and I managed to do a quick check.
However when I used the pipeline to import projects from Github to SL, I can see the assets being appended by extra values like,
Try Snaps-fce2f794-2e8e-48aa-90de-2cb1e762cb81
Instead of
Try Snaps
Do you know any obvious reason for this?
Am I missing any configuration?
/Krupali
Check the file writer somewhere which is appending the string
Try Snaps-fce2f794-2e8e-48aa-90de-2cb1e762cb81
“Try Snaps” must be appended in the beginning in the expression.
If I am guessing, this is the
‘Try Snaps’ + pipe.ruuid
Let us know if you cannot find it.
- bojanvelevski4 years agoValued Contributor
The pipeline below contains a script to flatten the data completely by iterating through every level of the JSON structure. You’ll probably need to include a counter to stop (or start) at certain point to adapt the solution according to your issue.
- bojanvelevski4 years agoValued Contributor
This is some kind of partial flattening of the data, which can be achieved with a Script. If this is the only part that needs to be modified, than it can also be transformed with an expression, but if the data contains more objects that are needed to be flattened out, than I suggest you to use Script.
Related Content
- 2 years ago
- 3 years ago
- 3 years ago