Whenever I try a CSV output, the file comes out looking like this, all mushed up in the same column:
Place,Age,Address,Description,ZIP
My understanding is that if you set comma as the delimiter (which I have), there will be separated columns. Anyone knows what the issue is? I tried using dot as a delimiter too just in case, and it's the same issue (mushed up in 1 column), but instead it looks like this
Place.Age.Address.Description.ZIP