Bulk data import

Hi,

Can i increase upload(Bulk Data import) row size from 5000 to some values.

If yes, shall i know where to do that

You could use command line to upload more than 5000 rows. Check the following link

Note: the 5’000 items import limit is also there to prevent from timeouts.

Have you considered writing a Python import script that reads your import list and writes it to the API? This will be capable to work with very long lists. Refer to GitHub - frappe/frappe-client: Python library to use Frappe API