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...")
 
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>

Revision as of 17:50, 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
(...)