Skip to main content
Question

hello everyone, I have a CSV file or a dgn file and my attributes input change every time. So I want to apply to them a default attribute name (rename them); The first image is an example of what I don't want, the 3th image is what I want in defau

  • February 24, 2022
  • 2 replies
  • 9 views

imageI have tested different transformer and way, but I don't understand how to apply an input in order.

imageimage

2 replies

takashi
Celebrity
  • February 24, 2022

Hi @mathis​ , if the order of the attributes is identical always, you can read the CSV file using the default column names (col0, col1, col2, ...) with this CSV Reader parameters setting. You can then rename them appropriately.

csv-reader-parameters


  • Author
  • February 24, 2022

thank you @takashi ! as i do not yet know the tools well, I went a little far for nothing.