Hi all,
I have an input column for which each row can have up to 13 comma separated values. What i need to do is, have 13 columns corresponding to the 13 values and then have a "x" below each column header corresponding to the value in the given row. The example is as below
| Input Data | Output Data col1 | Output Data col2 | Output Data col3 | Output Data col4 | Output Data col5 | Output Data col6 |
| BIL - Category | Reputational Damage | Public Finances | Legal Ramifications | Crime Fighting | Judicial Proceedings | Personal Safety of Citizens |
| Reputational Damage, Public Finances, Legal Ramifications | x | x | x | | | |
| Crime Fighting, Judicial Proceedings, Reputational Damage, Personal Safety of Citizens | x | | | x | x | x |
| Judicial Proceedings, Reputational Damage | x | | | | x | |
| Reputational Damage | x | | | | | |
Can you please tell me how this can be done.
Best,
Rajat