Forum Discussion

MittenState's avatar
MittenState
Regular Visitor
2 years ago
Solved

M Code to remove blanks and nulls from rows in a single sweep

I have multiple data sets with 10+ million each rows from our ERP that are subject to name and format changes by our IT team.  CSV dumps are provided daily starting at 3am running until 6am or so, th...
  • lbendlin's avatar
    2 years ago

    Here are all the transforms, including the changed types and column names. This replaces the entirety of your function (minus the removal of duplicates, but that's easy to add).

     

    h/t to Mr. von Neumann