I need to extract some information from the database, with a predefined layout and launch into a .TXT file
Example:
code size from 1 to 10 digits; name size from 1 to 20 digits; date sale size dd / mm / yyyy; value size from 1 to 15 digits;
In this case, the output would have to look like this:
And so on.
I looked for ways to do it, and there are many ways to create an application or use it using reporting applications.
I wanted to know a more agile way, and that I can hand over to the client to make future reports without contacting me.