maybe you can try this
= Table.AddColumn(Source, "Custom", each Table.SplitColumn( Table.PromoteHeaders(Csv.Document([Content])),"col",Splitter.SplitTextByDelimiter(",")))
Table.SplitColumn