FAQ
Foire aux questions pour l'auto-assistance.
Veuillez jeter un coup d'œil aux questions (et réponses) courantes dans la liste par défaut. Si vous ne trouvez pas ce que vous cherchez, commencez par sélectionner votre version Ability Office , puis affinez-la en saisissant le texte de recherche et/ou la catégorie.
Article de la base de connaissances 78
How to import ASCII textASCII or plain text must include a header line denoting field names. An example of the ideal format is as follows:
"FirstName", "LastName",
"Company", "Age"
"Phil", "Roach", "Ability Plus Software", 37
"John", "Speak", "", 45
"Charles", "Stuart", "House of Stuart", 498
Notes:
-
It is good practice to surround text fields by double quotes
-
If a text field is blank, still enter both sets of quotes (see line 3 in above example)
-
Numeric fields do not require quotes
-
Each record must begin on a new line
-
Commas must be used to separate fields
You can check the format of the data you are trying to import using Notepad (Start/Programs/Accessories/Notepad). If necessary, manually add the field names at the top of the data.