Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の形式のデータがあります
名前1、名前2、名前3、名前4
すべて 1 つの列に。すべての名前を独自の列に分けようとしています。
これまでのところ、私は持っています:
gen Songwriter1 = regexs(1) if regexm(Songwriter, "(.*)[,]")
「、」の前にすべての値を与える
最初の "," と 2 番目の "," の間の値が必要であることを指定する方法はありますか? などなど?