MySQL Forums
Forum List  »  Newbie

Re: Load Data Vertical Raw using MySQL command
Posted by: Michael John
Date: April 01, 2016 05:35AM

I was given data at one time that required a lot of massaging before I could load it. It had originated from a number of sources and rather than get it into a uniform format before concatenating it all together the person had just concatenated it and then played around with it. Basically some lines had leading white space whilst others did not, a variety of field separators and numerous date formats. Unfortunately I could not get hold of the original and had to write some Python code to sort it out. It took a few attempts and some records had to be hand crafted to get everything loaded. This was all the result of the company using a non-theatrical person (sales) to request the data from the client!

Options: ReplyQuote


Subject
Written By
Posted
Re: Load Data Vertical Raw using MySQL command
April 01, 2016 05:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.