Difference between revisions of "CSV file import and export"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with 'From the standard user interface its possible to both export and import CSV data files. == Exporting CSV data == # In list mode of an solution click the XL sheet icon. # Choose…')
 
old>Admin
Line 19: Line 19:




== Understand how imports work ===
== Understand how imports work ==
 
Data inserts and updates are carried out by a system user, that has exactly the same priviledges as a normal user. If field permissions are missing field value changes will be ignored, and if restriction is not met the operation will fail as normally. Finally all dynamic effects are the same, including status actions, codeunit execution etc.

Revision as of 15:22, 8 March 2013

From the standard user interface its possible to both export and import CSV data files.

Exporting CSV data

  1. In list mode of an solution click the XL sheet icon.
  2. Choose relevant


Importing CSV data

In list mode of an solution click the Package import icon.

New data (insert)

Changes to existing data (update)

Understand how imports work

Data inserts and updates are carried out by a system user, that has exactly the same priviledges as a normal user. If field permissions are missing field value changes will be ignored, and if restriction is not met the operation will fail as normally. Finally all dynamic effects are the same, including status actions, codeunit execution etc.