A
A
Artem [email protected]2018-09-11 19:15:56
Django
Artem [email protected], 2018-09-11 19:15:56

How to correctly implement the upload of dbf files in a DBMS?

Once or twice a month, you need to upload data coming to DBF to the server in the database.
The tables themselves are of different sizes, from a few to 1.5 million records
.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-09-11
@file2

  1. Upload dbf file
  2. Run a Celery task
  3. In the task, read the dbf file and write it to the django project database

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question