|
|
|
|
|
by mamcx
59 days ago
|
|
I integrate with many ERPs and this is the bane of my existence. One of the worst has field names like `ft_0001...N` and table names like `UNCC_00001...N`, all in `text` fields (even numbers!), zero FK, almost no indexes and what are views? The other has this funny field that is a blob that need decoding using a specific FreePascal version. The field? Where is the price of the product. Other has, in the same column, mix of how handling "," or "." for numbers and
I need to check the digital places to deduce which. FUN. P.D: I normalize all this Erps into my own schema and has get praise for things like, my product table is called products. |
|
Wrote a Windows .Net program once upon a time to convert the data from other financial CRM systems into the system I worked on. Built a data mapping tool as no customer we onboarded placed "custom" data in the same tables or fields even when using the same financial system.
I actually miss doing that kind of work, my brain seems to be wired to find it fun. Writing SQL is one thing I don't delegate to an AI or even an ORM like Doctrine.