Hi All,
I want to extract numeric data from a record.
Input Record format is as follows
--------------------------------------
Loaded 138 rows into database
Loaded 12345 rows into database
Loaded 1 row into database
Loaded 1234567 rows into database
i want to extract only counts from these records
Expected Output
-------------------
00000138
00012345
00000001
01234567
Can any one please let me know how to get this by using sort card.. Thanks in advance