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

  • 24 February 2022
  • 2 replies
  • 1 view

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

imageimage


2 replies

Userlevel 2
Badge +17

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

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

Reply