Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1765 Points
523 Posts
Feb 29, 2012 12:16 AM|LINK
Sum8 You text must be in a specific format, so that the Errors, Warnings and Information sections can be seperated out from this text. Post the sample text with all the three sections.
You text must be in a specific format, so that the Errors, Warnings and Information sections can be seperated out from this text.
Post the sample text with all the three sections.
17:09:04,17 [D] START SHOP
17:09:04,48 [W] Dictionary contains 26252 mappings
17:09:04,48 [D] Dictionary build time is: 0.25 seconds
17:09:04,5 [D] Mapping time took: 0.016 seconds
17:09:04,61 [E] Value cannot be null.
17:09:04,75 [E] The filename, directory name, or volume label syntax is incorrect.
17:09:04,75 [D] STOP SHOP
I want to get All [E] values, [W] values. And also dates of START SHOP and STOP SHOP
mchinta
Participant
1765 Points
523 Posts
Re: Regex to find string in a text column
Feb 29, 2012 12:16 AM|LINK
17:09:04,17 [D] START SHOP
17:09:04,48 [W] Dictionary contains 26252 mappings
17:09:04,48 [D] Dictionary build time is: 0.25 seconds
17:09:04,5 [D] Mapping time took: 0.016 seconds
17:09:04,61 [E] Value cannot be null.
17:09:04,75 [E] The filename, directory name, or volume label syntax is incorrect.
17:09:04,75 [D] STOP SHOP
I want to get All [E] values, [W] values. And also dates of START SHOP and STOP SHOP