2
0
Fork 0

WIP open file for a while

This commit is contained in:
Willem 2017-06-10 16:53:29 +02:00
parent f937019e42
commit d280fb9af3
122 changed files with 5702 additions and 10 deletions

View file

@ -0,0 +1 @@
# CSV END

View file

@ -0,0 +1,2 @@
# CSV <%= tview.tid %>
# <% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %><%= tfield.tid %>,<% }) %>

View file

@ -0,0 +1 @@
<% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %><%= record[tfield.tid] %>,<% }) %>

View file

@ -0,0 +1 @@
<% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %><%= record[tfield.tid] %>,<% }) %>