<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>AMAccepts</key>
	<dict>
		<key>Container</key>
		<string>List</string>
		<key>Optional</key>
		<false/>
		<key>Types</key>
		<array>
			<string>com.apple.applescript.text-object</string>
			<string>com.apple.applescript.alias-object</string>
		</array>
	</dict>
	<key>AMApplication</key>
	<string>System</string>
	<key>AMCanShowWhenRun</key>
	<true/>
	<key>AMCategory</key>
	<string>AMCategoryDeveloper</string>
	<key>AMDefaultParameters</key>
	<dict>
		<key>commandsAfter</key>
		<string></string>
		<key>commandsBefore</key>
		<string></string>
		<key>commandsPerRow</key>
		<string></string>
		<key>isFirstRowHeader</key>
		<false/>
	</dict>
	<key>AMDescription</key>
	<dict>
		<key>AMDInput</key>
		<string>One or more strings or files in comma-separated value format.</string>
		<key>AMDOptions</key>
		<string>Supply SQL commands to be placed before the input, to be used in place of each line of input, and to be placed after the input.  Also indicate whether the first line of input is a header containing column names.  To substitute the value of a field in the current line of input, use the format %{field}@ where field is the number of the field starting from 1.  In the SQL to be placed before and after the input, the current line is the first line of input.</string>
		<key>AMDResult</key>
		<string>One sequence of SQL commands per input.</string>
		<key>AMDSummary</key>
		<string>This action converts comma-separated value (CSV) input to SQL suitable for application to a database.</string>
	</dict>
	<key>AMIconName</key>
	<string>SQLite</string>
	<key>AMKeywords</key>
	<array/>
	<key>AMName</key>
	<string>Convert CSV to SQL</string>
	<key>AMProvides</key>
	<dict>
		<key>Container</key>
		<string>List</string>
		<key>Types</key>
		<array>
			<string>com.apple.applescript.text-object</string>
		</array>
	</dict>
	<key>AMRequiredResources</key>
	<array>
		<dict>
			<key>Display Name</key>
			<string></string>
			<key>Resource</key>
			<string>/usr/bin/sqlite3</string>
			<key>Type</key>
			<string>file</string>
			<key>Version</key>
			<string></string>
		</dict>
	</array>
	<key>AMWarning</key>
	<dict>
		<key>Action</key>
		<string>(* Action name to be suggested to add prior to this action to make the task safer, e.g. com.apple.Automator.CopyFiles, goes here. *)</string>
		<key>ApplyButton</key>
		<string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
		<key>IgnoreButton</key>
		<string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
		<key>Level</key>
		<integer>0</integer>
		<key>Message</key>
		<string>(* Warning message presented to user goes here. *)</string>
	</dict>
	<key>BuildMachineOSBuild</key>
	<string>23A344017</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>Convert CSV to SQL</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.Automator.ConvertCSVToSQLAction</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Convert CSV to SQL</string>
	<key>CFBundlePackageType</key>
	<string>BNDL</string>
	<key>CFBundleShortVersionString</key>
	<string>3.0.3</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>3</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>26.4</string>
	<key>DTSDKBuild</key>
	<string>25E222</string>
	<key>DTSDKName</key>
	<string>macosx26.4.internal</string>
	<key>DTXcode</key>
	<string>2630</string>
	<key>DTXcodeBuild</key>
	<string>17E6107</string>
	<key>LSMinimumSystemVersion</key>
	<string>26.4</string>
	<key>NSPrincipalClass</key>
	<string>AMSQLiteConvertCSVToSQLAction</string>
</dict>
</plist>
