Commit 404dc56
Adds a ServiceNow Flow Designer Action that cleans CSV file attachments by removing a specified number of header lines. The script fetches the target attachment, skips the requested number of lines, and outputs the cleaned CSV content. Optionally, it can write back the cleaned data as a new attachment. Handles missing content and errors gracefully. (#34)
Inputs(attachmentSysId, linesToSkip,writeBackAsAttachment, parentTable, parentSysId, newFileName)
Outputs (cleanedCSV, cleanedAttachmentSysId)
Co-authored-by: admin <[email protected]>
Co-authored-by: Astrid Sapphire <[email protected]>1 parent 343f7b7 commit 404dc56
File tree
2 files changed
+4388
-1
lines changed- b812ceb69337a210633378917cba10bc
- update
2 files changed
+4388
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments