Question about table syntax

See my post in this discussion Some TiddlyWiki CSS questions - #7 by TW_Tones I have even got ChatGPT to write tiddlywiki wikitext tables, I had to tell it to replace || with |.

It gave me this;

|! First Name |! Last Name |! Age |! Country |
| John       | Doe        | 30   | USA     |
| Jane       | Doe        | 28   | Canada  |
| Bob        | Smith      | 45   | Australia |
| Alice      | Johnson    | 33   | UK      |

Now I just need to find how to;

  • Get it to use my test data or a csv input
  • Or in the HTML version use a list widget to itterate the rows, and another for the columns.