csv_export_documentation:csv_format

csv_export_documentation:csv_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
csv_export_documentation:csv_format [2021/10/07 12:40]
amil
csv_export_documentation:csv_format [2023/02/22 12:04] (current)
rihad
Line 1: Line 1:
-===== Findologic CSV export format =====+===== Findologic CSV 1.0 export format =====
 If your are using CSV-export for the data synchonization between your shop data and Findologic, the CSV-data provided by you has to be formatted in the way that is described below. If your are using CSV-export for the data synchonization between your shop data and Findologic, the CSV-data provided by you has to be formatted in the way that is described below.
  
Line 40: Line 40:
 ^**''​[[#​date_added]]''​**|The date, on which the article was added to the shop. | No | No | ^**''​[[#​date_added]]''​**|The date, on which the article was added to the shop. | No | No |
 ^**''​[[#​sort]]''​**|This value can be used to sort the articles and to have influence on the position of specific articles on the search result pages. Has to be an integer. | No | No | ^**''​[[#​sort]]''​**|This value can be used to sort the articles and to have influence on the position of specific articles on the search result pages. Has to be an integer. | No | No |
 +^**''​[[#​visibilities]]''​**| Indicates the visibility of all/some products | No | No |
 ^**''​[[#​properties]]''​**| You can define additional information using the properties column.| No | No | ^**''​[[#​properties]]''​**| You can define additional information using the properties column.| No | No |
  
Line 235: Line 236:
     * Articles may be sorted ascending or descending after this value.     * Articles may be sorted ascending or descending after this value.
     * This value can also be used as a sort criteria.     * This value can also be used as a sort criteria.
 +
 +----
 +
 +=== visibilities===
 +    * The visibility must be set in the column visible.
 +    * The column **visible** is an optional column, if it did not exist all products will be visible.
 +    * The column **visible** must contain lowercase **true** (or **1** as a replacement) for visible initial state or lowercase **false** (or **0** as a replacement) for invisible initial state.
 +    * If the column value is blank or one of the values (True, faLse, yes, no, -1 ….) , this will cause validation warnings, and will use **true** as fallback value.
  
 ---- ----