简体   繁体   English

来自 excel 的 PIMCORE 填充 map

[英]PIMCORE from excel to populate map

Can someone tell me the correct format (CSV or other, from excel) to populate a map in pimcore?有人可以告诉我在 pimcore 中填充 map 的正确格式(CSV 或其他格式)吗? Bulk import.批量导入。

I would like to create this file to allow my web agency to populate default data with pins (10000) on a map.我想创建此文件,以允许我的 web 机构在 map 上使用引脚 (10000) 填充默认数据。 The point will geolocate the address with a "name", the address, and 2 other data.该点将使用“名称”、地址和 2 个其他数据对地址进行地理定位。

I want to know what is to be divided in the field?我想知道该领域要划分什么?

Ex: name;例如:姓名; street;街道; nr;天然橡胶; PC;个人电脑; city;城市; data1;数据1; data2 (corresponding to excel field) data2(对应excel字段)

I'm a newbie in Pimcore... but the csv with excel could be ok for me;o))我是 Pimcore 的新手...但是带有 excel 的 csv 对我来说可能没问题;o))

thanks for yr help谢谢你的帮助

You'll need a CSV.您需要一个 CSV。 On CSV import you can map each column of the CSV to the corresponding field in the pimcore object.在 CSV 导入上你可以将 CSV 的每一列 map 到 pimcore ZA8CFDE6331BD59EB2ACZ66F9 中的相应字段Use the column configuration.使用列配置。 Further information can be found in the docs here: https://pimcore.com/docs/pimcore/current/User_Documentation/DataObjects/CSV_Import/index.html可以在此处的文档中找到更多信息: https://pimcore.com/docs/pimcore/current/User_Documentation/DataObjects/CSV_Import/index.html

Ok thank you Cruiser.好的,谢谢巡洋舰。

Any idea how to split the address for Pimcore?知道如何拆分 Pimcore 的地址吗?

Street - nr - city - PC?街道 - NR - 城市 - PC? So, my question is more how to format my excel sheet for the csv to Pimcore:所以,我的问题更多是如何将 csv 的 excel 表格式化为 Pimcore:

  • Streets街道
  • Numbers数字
  • Post codes邮政编码
  • City城市

How Pimcore read the address structure? Pimcore如何读取地址结构? I could be stupid as question but transform 10000 addresses is a bit for formula work...我的问题可能很愚蠢,但转换 10000 个地址对于公式工作来说有点......

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM