Difference between revisions of "LookupTable Export To CVS File"

From Anote2Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:HOWTOs]]
 
[[Category:HOWTOs]]
For Lookup Table is possible export element to a csv file. For that user must select '''right mouse button'''' on Lookup Table data-type and select '''Resources -> Lookup Table -> Save to  CSV file''' or select '''Export Button''' on ''Lookup Table View''.
+
 
 +
The contents of a Lookup Table can be exported to comma delimited file.  
 +
For that purpose, right click the Lookup Table object in the clipboard and select '''Resources -> Lookup Table -> Save to  CSV file''' or, alternatively, use the '''Export''' button within ''Lookup Table View''.
 +
 
  
 
[[File:LookupTable_Export_File.png|1500px|center]]
 
[[File:LookupTable_Export_File.png|1500px|center]]
  
Appears a Select '''File Selection GUI''' when user have to select file where information will be save.
 
  
[[File:LookupTable_Export_File2.png|400px|center]]
+
A GUI is launched allowing the definition of the file where the information will be saved.
 +
 
 +
 
 +
[[File:LookupTable_Export_File2.png|350px|center]]
 +
 
  
The .csv crested  follow format behind.  
+
The file created will have the ".csv" extension and will follow the format below:.  
  
 
<pre>
 
<pre>

Latest revision as of 21:15, 16 January 2013


The contents of a Lookup Table can be exported to comma delimited file. For that purpose, right click the Lookup Table object in the clipboard and select Resources -> Lookup Table -> Save to CSV file or, alternatively, use the Export button within Lookup Table View.


LookupTable Export File.png


A GUI is launched allowing the definition of the file where the information will be saved.


LookupTable Export File2.png


The file created will have the ".csv" extension and will follow the format below:.

entity,class
entiyy,class
(...)