Export Tables

[form program=exchange]This utility can be used to export any/all of the system tables to text files which use a tab character (hex 09) as a delimiter between fields. 
These exported files can be loaded into Excel for editting and reloaded using the Import utility.

 

[grid gridtbl program=exchange;loadgrid nosort size=auto/30 gridlines]
[col ttl="Select" align=center width=10][checkbox process$ focus on="Y" off="N"][/checkbox][/col]
[col source=name$ locked ttl="Table name" width=20]
[col source=PhysicalPath$ locked  ttl="Physical File" width=15]
[col source=Description$ locked ttl="Description" width=20]
[col source=state$ locked width=25 ttl="State"]
[col class=align_center width=9 ttl="Download"][symbol cloud-download class="font_200 text_DodgerBlue" event=("download;"+name$) ][/grid]

 

[link event=check_all text="Select all"]  [link event=uncheck_all text="Un-select all"]

[button event=export text="Export"][hide clearstates] [show info_msg$][/form]