Hi Team,
I have the below input, which I need to bring like in output. Just I need to categorize and fill the blanks to group accordingly.
| Input | | Output | |
| Name_Y | Y | Name_Y | Y |
| Address | | Address | Y |
| Zip | | Zip | Y |
| County | | County | Y |
| Name_N | N | Name_N | N |
| Address | | Address | N |
| Zip | | Zip | N |
| County | | County | N |
| Status | | Status | N |
Thanks
Naga