Hi all,
I'm (very) new to Alteryx and I have a task at hand but couldn't seem to get it work even after reading through a few posts on community here and there.
I have a PDF file as attached from Equifx, ultimately I need to get the credit score to "bad rate" (probability of default) mapping on page 11. (The real Equifax PDF I got is different from this file, which I just download randomly online).
In the next step when I join with my other table (file) with each applicant's credit score information, I can then "vlookup" its corresponding bad rate as below in order to do my next assessment and analysis:
| Applicant | Credit Score | Bad Rate |
| A | 523 | 42.60% |
| B | 700 | 3.80% |
| C | 650 | 9.10% |
For the moment I have trouble even running the PDF input tool (not sure if it's because I'm using trial version still so a bunch of error messages popping up). But even if I manually cleaned up the mapping table and import into Alteryx directly, I can't seem to successfully use find and replace function (which seems to me only works successfully with string data type too?)
Any pointers will be appreciated!