Difference between revisions of "LexicalWords 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 Lexical Words is possible export element to a csv file. For that user must select '''right mouse button'''' on Lexical Words data-type and select '''Resources -> LexicalWords -> Save to  CSV file''' or select '''Export Button''' on ''Lexical Words View''.
+
 
 +
The contents of a Lexical Words object can be exported to comma delimited (CSV) file.  
 +
For that purpose, right click the Lexical Words object in the clipboard and selects '''Resources -> LexicalWords -> Save to  CSV file''' or, alternatively, uses the '''Export button''' within ''Lexical Words View''.
 +
 
  
 
[[File:LexicalWords_Export_File.png|1500px|center]]
 
[[File:LexicalWords_Export_File.png|1500px|center]]
  
Appears a Select '''File Selection GUI''' when user have to select file where information will be save.
 
  
[[File:LexicalWords_Export_File2.png|400px|center]]
+
A GUI is launched allowing the definition of the file where the information will be saved.
 +
 
 +
 
 +
[[File:LexicalWords_Export_Fileb.png|400px|center]]
 +
 
  
The .csv crested  follow format behind.  
+
The file created will have the ".csv" extension and will follow the format below:.
  
 
<pre>
 
<pre>
entity;entity;entity;...
+
entity1;
 +
entity2;
 +
entity3;
 +
...
 
(...)
 
(...)
 
</pre>
 
</pre>

Latest revision as of 11:54, 18 January 2013


The contents of a Lexical Words object can be exported to comma delimited (CSV) file. For that purpose, right click the Lexical Words object in the clipboard and selects Resources -> LexicalWords -> Save to CSV file or, alternatively, uses the Export button within Lexical Words View.


LexicalWords Export File.png


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


LexicalWords Export Fileb.png


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

entity1;
entity2;
entity3;
...
(...)