Translations:CustomTabs/79/en

De Documentations Patas-monkey
Version datée du 2 avril 2025 à 13:49 par Liam (discussion | contributions) (Page créée avec « Next, declare the line of the .csv file containing the column name, the field separator used, the character used as a separator for the field contents, and the column identification method: *Based on field label: The first line of your .csv file will contain the field label as displayed on the screen. In our example, Start Date, Comment, etc. *Based on field name: The first line of your .csv file will contain the field code as recorded for each input field. In ou... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

Next, declare the line of the .csv file containing the column name, the field separator used, the character used as a separator for the field contents, and the column identification method:

  • Based on field label: The first line of your .csv file will contain the field label as displayed on the screen. In our example, Start Date, Comment, etc.
  • Based on field name: The first line of your .csv file will contain the field code as recorded for each input field. In our example, Start Date, Comment, etc.
  • Based on field order: The fields in the tab will be populated with the data as ordered in your .csv file.