Hey @Lincecum, you haven't given a lot of details so it's hard to say, but among the many possible ways to solve this, I might start by looking into NetSuite's CSV Integrator tool. It automates/schedules CSV Imports, at least for any of the supported record types. With it, if you can export your data into CSV files on a server you control, then the tool would import them into the File Cabinet and trigger CSV imports for you. That's probably the lightest weight dev task for you and should perform well with large-ish volumes of data. Or, like I said earlier, depending on the number of record types you want to import into NetSuite, you could write a RESTlet to do this too. And then you'd make HTTPS calls into that RESTlet to send it data and it would create records in the NetSuite account. Have fun,