comparison README.txt @ 282:5936a3dc9755

Document the STIL related issues of -F formatting with few words.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 01:40:52 +0200
parents a8605886579d
children 5dfe7846e902
comparison
equal deleted inserted replaced
281:514d861516b0 282:5936a3dc9755
150 150
151 Using previous example about SQL inserts: 151 Using previous example about SQL inserts:
152 152
153 $ sidinfo /misc/C64Music/*.sid -R -e\' -F "INSERT INTO sometable (filename,name,author) VALUES ('@filename@', '@name@', '@author@', '@copyright@')\n" 153 $ sidinfo /misc/C64Music/*.sid -R -e\' -F "INSERT INTO sometable (filename,name,author) VALUES ('@filename@', '@name@', '@author@', '@copyright@')\n"
154 154
155 --- --- --- --- --- --- --- --- --- ---
156
157 SIDInfo 0.9 adds support for STIL database. Unfortunately controlling
158 the output of STIL information in the -F format string option is quite
159 limited, as all fields will be concatenated into one string.
160
161 You can control field separator by specifying the -l -option and also
162 omit the field names by using -n option.
163
164