Child pages
  • Comprender los Parámetros avanzados

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSV es un acrónimo de "valores separados por comas". Es es un un archivo de texto plano que se utiliza cuanto hay una necesidad de importar, exportar o simplemente almacenar los datos en un formato no propietario. Puede obtener mayor información sobre el formato CSV en el siguiente enlace de la Wikipedia: http://es.wikipedia.org/wiki/CSV.

...

El proceso de importación requiere de la preparación del archivo CSV, y cumplimentar el formulario que presenta la configuración principal:

  • Su archivo CSV. You can import more than one file at a time, but make sure that they all have the same type of data.
    There is a "Click to view our sample import csv files" link right below the "Upload" button. Click it to display more links: you can download sample files for each type of data, which helps you make sure that the files you are about to import are indeed ready to be imported to PrestaShop. These files are actually in the /docs/csv_import folder of your installation of Puede importar más de un archivo al mismo tiempo, pero asegúrese de que todos ellos tienen el mismo tipo de datos.
    Existe un enlace denominado "Haga clic para ver nuestros ejemplos de archivos de importación csv" situado justo debajo del botón "Cargar"Haga clic en él para visualizar más enlaces: puede descargar archivos de ejemplo para cada tipo de datos, que le ayudarán a asegurarse de que los archivos que va a importar están preparados para ser importados a PrestaShop. Estos archivos se encuentran en realidad en la carpeta /docs/csv_import de su instalación de PrestaShop.
  • ¿Qué tipo de entidad desea importar?. Entities are the types of data that you can import. PrestaShop enables you to import these types of data:
  • Categories,
  • Products,
  • Combinations (which was called "versions" in versions of PrestaShop prior to Las entidades son los tipos de datos que se pueden importar. PrestaShop le permite importar estos tipos de datos:
    • Categorías,
    • Productos,
    • Combinaciones (que fueron llamado "versiones" en las versiones anteriores a PrestaShop 1.5),
    • CustomersClientes,
    • AddressesDirecciones,
    • ManufacturersFabricantes,
    • SuppliersProveedores,
    • Supply order (if Advanced Stock Management is enabled),
    • Supply order details (if Advanced Stock Management is enabledPedidos a proveedores (si la Gestión avanzada de stock está activada),
    • Detalles de pedidos a proveedores (si la Gestión avanzada de stock está activada).
  • Idioma del archivo. Data can only be imported for a single language at a time. If your data exists in more than one language, you should split it into as many files.
  • ¿codificación iso-8859-1 de archivo?. By default, the import files should use UTF-8 encoding. But if your files use ISO-8859-1 and you would rather not convert them, you can check this box.
  • Separados de campos. Not all CSV file use commas to separate their values: some use tabulations, others semicolons, etc. You can indicate what your files use in this field.
  • Separador de valor múltiple. When an attribute can support more than one value, these values need to be separated with a specific separator. After reviewing your files, indicate your separator here.
  • ¿Eliminar todo categorías antes de importar?. This option will erase all previously existing entries of the type of data you are importing. Thus you will start with a clean slate.
  • ¿Forzar todas las ID's durante la importación?. You can either keep the import IDs, or let the importer auto-increment them.
  • ¿Usar la referencia del producto como clave?. Product import only. You can choose to have the product key be determined by PrestaShop, or instead use the product's reference as the ID. In this case, make sure the file does contain references for all your importer products.

...