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.
@AzureFullstackDev