User662762443 posted
Friends, I have the following problem, I have a spreadsheet that consists of a single judicial number for 2 people, but this spreadsheet has too many court cases related to other people, not having another relationship of these authors with a single process.
But when I import these worksheets into my database, if I have two people related to the same process, it ends up generating a code of the same process for these two people, and the idea was to generate only 1 code, I suspect that my Problem is not the database,
but in my code, because I'm reading the first 100 lines, and Breaking into 10 threads, I believe my problem is in that part, because my spreadsheets come with 670 to 980, and a process can come for these two people, but when importing this generating the process
code for these two people, and this can not. I believe that by dividing the lines and playing in 10 threads, this happens. Can you guide me through kindness?