Difference between revisions of "Dictionary Export To CVS File"

From Anote2Wiki
Jump to: navigation, search
(Created page with "Category:HOWTOs The Dictionary content can be exported to tab delimited file (TSV). For that purpose, right click the Dictionary object in the clipboard and select '''Ex...")
 
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  
  
[[File:Dictionary_Export_File2.png|350px|center]]
+
[[File:Dictionary_Export_File2.png|500px|center]]
  
  
Line 17: Line 17:
  
 
<pre>
 
<pre>
entity,class,Synonym1|Synonym2|Synonym3,Externalid1:Source|Externalid2:Source2
+
entity class Synonym1|Synonym2|Synonym3 Externalid1:Source|Externalid2:Source2
entiyy,class,-,Externalid1:Source
+
entiyy class - Externalid1:Source
 
(...)
 
(...)
 
</pre>
 
</pre>

Latest revision as of 17:54, 5 April 2017


The Dictionary content can be exported to tab delimited file (TSV). For that purpose, right click the Dictionary object in the clipboard and select Export (TSV File).


Dictionary Export File.png


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


Dictionary Export File2.png


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

entity  class  Synonym1|Synonym2|Synonym3  Externalid1:Source|Externalid2:Source2
entiyy  class  -  Externalid1:Source
(...)