Import from a CSV file

CSV means Comma-Separated-Values and is a common format for text interchange.

The expected file format is a plain text file with a list of field names as the first record. The data then follows, one record per line.

The field delimiter defaults to a comma character and the field enclosure is not set by default (field enclosures are characters that surround each field in each record).

Records should be delimited by new lines (usually generated by pressing RETURN or ENTER in your text editor). Tabs can be specified using \t and newlines by \n.

Sample file:

  codigo_interno,tipo_equipamento,alias_portatil,uso_portatil,descricao,marca,modelo
  0006,A,,,Projector da sala,Sony,V1050
  sT001,S,,,Sensor G1 GPS,Polar,Polar G1 GPS
  port001,P,PORT-AL 01,A,Computador Portátil n.º1,Toshiba,Satellite
  port001,P,PORT-AL 02,A,Computador Portátil n.º2,Toshiba,Satellite

Índice de todos os ficheiros de ajuda
Língua na qual mostrar esta ajuda: Português - Portugal