Skip to main content
Solved

Automate Fanout of columns/splitting attributes to different output by attribute name

  • July 10, 2025
  • 2 replies
  • 37 views

rstewart724
Contributor
Forum|alt.badge.img+1

 

Hi, Screenshot sample of data above: Essentially I have a csv with several sites (columns C-G), to import this data into the software I use, I need to import one site at a time, so i’m looking to split this csv into several csvs which contain the date time columns and then one site column per csv. 

I can do this in a convoluted way, using multiple attributekeepers to split the data, is there any quicker way to automate this?

 

Thanks 

 

Best answer by geomancer

Sure, manually assign what attributes to export to each csv file.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

geomancer
Evangelist
Forum|alt.badge.img+59
  • Evangelist
  • Best Answer
  • July 10, 2025

Sure, manually assign what attributes to export to each csv file.

 


rstewart724
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • July 10, 2025

Thanks ​@geomancer! Didn’t think of that at all but seems like it’ll work, cheers!