...
You can now publish this as a Rule and create the endpoint. You can now push data to the endpoint and it will load the records into your chosen table.
Loading a file
Rather than loading the data one by one you may choose to pass in a file to be split by the rule.
Code Block |
---|
email,mobilenumber,linkedin,custid
developer@projectteam.com,+81 90-1234-5678,Project Team,11223 |
In that example we need to use the split fields step.
...