Forum Discussion
Anonymous
6 years agoNot applicable
Split column where each row has different data or Extract data from between from text string
Hello All,
I need to split below records into 2 columns where one column should have "business card sample" and second column should have "Feb 5, 2020, 5:13:30 AM EST"
Below are sample data rows:
| Searched for business card sampleFeb 5, 2020, 5:13:30 AM EST |
| Viewed image from powerbicdn.azureedge.netJan 31, 2020, 10:58:53 AM EST |
| Searched for dark green hex codeJan 25, 2020, 3:54:39 AM EST |
I tried column from examples but not working accurately for this since it has Different months data and it get confused between Feb, Jan, Mar etc.
Your help is appreciated. Thank you!
Hi Anonymous
the only chance I see here is to split your text by "lowercase to uppercase":
1 Reply
- ImkeFCommunity Champion
Hi Anonymous
the only chance I see here is to split your text by "lowercase to uppercase":