@AzureFullstackDev

Full Web API, Clean Architecture & CQRS on Azure course:
https://fullstackdeveloper.tech/c/web-api-ca
Fb: https://www.facebook.com/Fullstack-Dev-111782693956898

@mesutdemirci4251

thanks...In a text file, name, surname, and phone information are given in a corrupted format. When I send this data to an AI as a prompt, I can get clean results. Now, I want to process 2-3 GB of such data locally, and directly write the output results into a database (e.g., SQLite or MySQL). Is this possible? If it is possible, what is the name of this method, or is there a tool used for this process? Normally, I am provided with Python code, but I want to perform this operation on-the-fly.