将逗号分隔数据重写为结构化数据

发布于 2024-11-07 08:39:31 字数 163 浏览 2 评论 0原文

我有一个由标题类别子类别
组成的表格,在每个类别的子类别标题中,我有一个以逗号分隔的子类别列表。

我会就像将数据重写到新表中,以便逗号分隔的子类别与前一列中的相应类别位于不同的行中。

如果有人对如何解决这个问题有任何想法,我将非常感激。

I have a table which consists of the headings Category and Subcategories
Within the subcategories heading for each category I have a comma separated list of subcategories.

I would like to rewrite the data to a new table so that the comma separated subcategories are in separate rows with the corresponding category in the previous column.

If anyone has any ideas on how to go about this I would be very grateful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往事风中埋 2024-11-14 08:39:31

一种想法是输出数据,然后使用 PHP 的explode 等函数来解析它并将其插入到新表中。

One idea is to output your data then use a function like PHP's explode to parse it and insert it into your new table.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文