在Tableau中解析平面文件

时间:2019-09-05 23:06:44

标签: tableau

我想解析包含标记数据的csv文件数据到Tableau中的列标题和值。

我已经在Tableau桌面上尝试过。

我确实尝试了Spilled函数。

1,{
"StudentLocs":["US","Kric"],
"Student_Service":["NY Volunteer"],
"Student_Unit":["Band1"],
"Student_enZone":["UTC"],
"Student_Geoloc":["Ind"],
"StudentRegisted":[FT"],
"StudentGender":["Male"],
"StudentName":["Sam"]
}

Expected output:

SId SLocs   SService     SUnit SenZone SGeoloc SRegisted SGender SName
1   US,Kric NY Volunteer Band1  UTC     Ind      FT       Male    Sam

谢谢您的帮助!

0 个答案:

没有答案