I have a column in excel the content of which are something like this:
Column
COI ValueA 11.2.0.4.0 06-JUL-2015 13:00:01
ICT WAK RGTT ValueB 3.2.0.4.0 02-APR-2012 13:57:42
As you can see above there is some data followed by a timestamp. I would like to remove this timestamp.
Output:
Column
COI ValueA
ICT WAK RGTT ValueB
Options available in data cleansing tool does not allow me to specify the number of characters I want to trim, same applies for formula tool I cannot specify the number of characters that I want to remove.
Please help. Thanks.