Hello,
I would like to separate this Vendor field into two columns: Vendor ID and Vendor Name

The ID and name is separated by " : " so I'm trying to grab only the digits on the left side of the colon into a new Vendor ID column. And grab only the string on the right side of the colon into a new Vendor Name column.
For this example, the output I'm looking for would be:
| Vendor ID | Vendor Name |
| 90000075 | EAGLE PRESS INC |
Thank you in advance for your help!