signaledi/SignalEDI: Convert EDI to JSON
Convert EDI documents (850, 810, 856, …) into structured JSON using the SignalEDI API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Your SignalEDI API key. Pass via a secret, e.g. ${{ secrets.SIGNALEDI_API_KEY }}. | yes | — |
| edi_file | Path to the EDI file to convert (relative to the workspace). | yes | — |
| api_base_url | Override the SignalEDI API origin (the /api/v1 path is appended automatically). For staging only. | no | https://signaledi.com |
Outputs
| name | description |
|---|---|
| json | The parse response from the SignalEDI API (stringified JSON), including the structured `json` document and `validation` diagnostics. Read a field with e.g. `fromJson(...).json`. |