Look, we get it — importing data sounds like something that should require a computer science degree, three energy drinks, and a Stack Overflow tab open at all times. It doesn't. ImportNow was built so that the whole thing takes about 60 seconds, and this guide will make sure you nail it on your first try. Let's walk through it together.




These are the most common issues users run into — and exactly how to fix them
Your database is not reachable. Check that your host, port, and credentials are correct and that your database server is running.
Only CSV, Excel, and flat JSON array files are supported. Make sure your file ends in .csv, .xlsx, .xls, or .json.
Your JSON file contains nested objects or arrays. Flatten your data so every field is a simple value.
A value in your file doesn't match the expected data type of the database column. Check your file for incorrect values in that column.
A column marked as NOT NULL in your database has empty values in your file. Either fill in the missing values or enable Allow Empty Values in Settings.
All rows failed validation. Check the error details and fix your mapping or file data before retrying.