SOLVED
Learning how to write regular expressions
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
JThompson986
5 - Atom
05-07-2021
04:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm working on a project that requires me to parse data from PDF files into a data table. After trying to copy and paste the tables from the PDF and converting the PDF to an excel sheet, both solutions still left me with a lot of hand keying to get the data into a table format. I'm looking for a course to write regular expressions to help me with this project. Any suggestions will be appreciated.
Thank you
Solved! Go to Solution.
Labels:
- Labels:
- Regex
3 REPLIES 3
21 - Polaris
05-07-2021
04:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@JThompson986
My recommendation would be
- Go through all the Regex related Weekly challenges, and check other persons workflow.
by this we can know how other people doing their RegEx.
https://community.alteryx.com/t5/Weekly-Challenge/Weekly-Challenge-Index-amp-Welcome/td-p/48275 - Use this website, it is very useful.
https://regex101.com/
05-07-2021
04:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for the suggestion. I will check it out.
21 - Polaris
05-07-2021
05:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@JThompson986
And you can alwasy ask question here and I am sure there are many people would be happy to answer.

