Convert csv to json

I need to take this:
Item: LUX_FUR TAG:N/A_CH-01_S-6014_Urban Oak, WF-13_Arc-Com, Sherlock, Ice Blue #10_DV1_Arc-Com, Sherlock, Ice Blue #10_DV2_Antique Brass, MT-3_Lobby 001_note, count: 3

remove this LUX_FUR TAG:N/A_

and get this:
tag: CH-01
item: S-6014
finish: Urban Oak, WF-13
fabric1: Arc-Com, Sherlock, Ice Blue #10
code1: DV1
fabric2: Arc-Com, Sherlock, Ice Blue #10
code2: DV2
hardware: Antique Brass, MT-3
location: Lobby 001
notes: note
count: 3

please help me i am new to make
I really want to attach a photo but the site gives an error, the last thing I have is an iterator that returns bundles with CH-01, S-6014, Urban Oak, WF-13 values etc after split

Welcome to the Make community!

Please format the example text this way to preserve line breaks and special characters:

These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Let me know if there are any further questions or issues.

@samliew