Hi,
I've got an output something like below but i want to make separate table for each ID.
Means ID=1 will be stored in a single output file then ID=2,3,4,5 and so on. There could be multiple file or multiple tab is single excel output
But some ID is blank and there will be no data for that. But still we have to save it separately.
The next ID will have a incremental ID number i.e if after ID=3 is blank data then next ID will be 5 not 4.
Is it possible to achieve?
| ID | NAME | DATE | STATUS | | |
| 1 | ABC | 20200116 | Approved | | |
| ID | ISSUE | AVG | YLD_TO_MAT | MATURITY | |
| 2 | 113 | 60.3 | -0.27 | 9.88 | |
| ID | INTERVAL | RATING | PCT | | |
| 3 | 1-10YR | Aaa | 60 | | |
| ID | RATE | SECTOR | VALUE | CREDIT | |
| ID | QUAN | WEIGHT | PCT_OF_PORT | IDENTIFIER | ISIN |
| 5 | 545 | 6.2 | 29% | US9382407 | LA093284 |