{"id":4297,"date":"2014-01-07T18:44:35","date_gmt":"2014-01-08T02:44:35","guid":{"rendered":"https:\/\/blog.mhvt.net\/?p=4297"},"modified":"2015-01-11T18:38:55","modified_gmt":"2015-01-12T02:38:55","slug":"whats-coming-up-next-machouse-introducing-text2sql-for-mac-os-x","status":"publish","type":"post","link":"https:\/\/blog.mhvt.net\/?p=4297","title":{"rendered":"What\u00e2\u20ac\u2122s Coming Up Next? \u00e2\u20ac\u201c MacHouse Introducing Text2SQL for Mac OS X"},"content":{"rendered":"<p><a href=\"\"><img loading=\"lazy\" decoding=\"async\" src=\"mac\/mac_shareware\/text2sql\/text2sql_icon.jpg\" width=\"120\" height=\"120\" alt=\"Mac software Text2SQL\" \/><\/a><br \/>\n<br \/><\/br><br \/>\n<br \/><\/br><br \/>\nTOKYO (MacHouse) &#8211; Just a few days ago, we managed to submit our first desktop application of the year to <strong>Apple<\/strong>&#8216;s <strong>Mac App Store<\/strong>.  There will be more to come for sure.  Actually, we submitted the second software title of the year to Mac App Store about 10 hours ago.  This new software submission is called <strong>Text2SQL<\/strong>.<\/p>\n<p>Text2SQL is a desktop application that lets you create an <strong>SQLite<\/strong> database right out of a text file.  Text2SQL can read comma-, space-, tab-, or caret-separated (^) data files.  After Text2SQL inspects a data file, name a table.  Then assign a name and its data type to each data field.  Finally, just click on the Create button. Right, that&#8217;s just a one-minute job. &nbsp;<!--more--><br \/>\n<br \/><\/br><br \/>\n<br \/><\/br><\/p>\n<table width=\"450\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tr>\n<td width=\"220\" valign=\"top\"><a href=\"mac\/mac_shareware\/text2sql\/text2sql_012.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"mac\/mac_shareware\/text2sql\/thumbnail__text2sql_012.jpg\" width=\"220\" height=\"140\" alt=\"Mac software Text2SQL\"\/><\/a><\/a><\/td>\n<td>&nbsp;<\/td>\n<td width=\"220\" valign=\"top\"><a href=\"mac\/mac_shareware\/text2sql\/text2sql_017.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"mac\/mac_shareware\/text2sql\/thumbnail__text2sql_017.jpg\" width=\"220\" height=\"140\" alt=\"Mac software Text2SQL\"\/><\/a><\/a><\/td>\n<\/tr>\n<\/table>\n<p><\/br><br \/>\n<br \/><\/br><\/p>\n<div align=\"center\">\n<table width=\"422\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#FFFFFF\">\n<tr>\n<td>\n<table width=\"420\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>Available at Mac App Store<\/td>\n<\/tr>\n<\/table>\n<table width=\"420\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">\n<tr>\n<td width=\"160\" valign=\"middle\">\n<div align=\"center\"><a href=\"macappstore:\/\/itunes.apple.com\/app\/id793098180\"><img loading=\"lazy\" decoding=\"async\" src=\"mac\/mac_shareware\/available-on-mac-app-store.jpg\" alt=\"Mac App Store\" width=\"160\" height=\"48\" \/><\/a><\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p><\/br><br \/>\n<br \/><\/br><br \/>\n<u>Features<\/u><\/p>\n<ol>\n<li>Read a text file with comma-, space-, tab- or caret-separated (^) values. (caret added with version 1.0.5)<\/li>\n<li>Remove all single, double quotation marks or tilde (~) from values.  (tilde added with version 1.0.5)<\/li>\n<li>Assign a field to any of the following data types: Integer, Real (float), Text.<\/li>\n<li>You decide how to name a table and fields.<\/li>\n<li>Save progress as a document file.  Just double-click on a document file to resume progress provided that the data file still exists at the original file path.<\/li>\n<li>Text2SQL will show progress with a progress bar while inserting records to a database.<\/li>\n<li>The application supports Fullscreen.<\/li>\n<li>Language: English only.<\/li>\n<li>The application supports the Retina display.<\/li>\n<li>Application file size: 1.4 MB<\/li>\n<li>The application comes with a complete user&#8217;s guide written in English.  (Choose Help > User&#8217;s Guide.)<\/li>\n<\/ol>\n<p><\/br><br \/>\n<br \/><\/br><br \/>\n<u>System requirements<\/u><\/p>\n<ol>\n<li>Mac OS X 10.7, 10.8, 10.9<\/li>\n<li>64-bit system<\/li>\n<\/ol>\n<p><\/br><br \/>\n<br \/><\/br><br \/>\n<u>Limitations<\/u><\/p>\n<ol>\n<li>A database can contain only one table.<\/li>\n<li>A data file must contain at least two fields (columns) of data.<\/li>\n<li>The application can only read text files with the right line break format.  If you have a data file with the Classic-Mac line break style (CR), you must first convert that file into the Unix style (LF).<\/li>\n<li>Possible data types are only Integer, Real, Text.<\/li>\n<li>Text2SQL will automatically add a count field titled ID with auto increment.<\/li>\n<\/ol>\n<p><\/br><br \/>\n<br \/><\/br><br \/>\n<u>Version history<\/u><\/p>\n<p>1.1.0 (Released on January 11, 2015)<\/p>\n<ol>\n<li>The application checks and sees if the selected text file contains one or more Mac Classic or Windows line breaks.<\/li>\n<\/ol>\n<p><\/br><\/p>\n<p>1.0.10 (Released on December 11, 2014)<\/p>\n<ol>\n<li>Fix: When the user selected and opened a data file, the application could leak memory while analyzing data.<\/li>\n<li>Fix: The data list could remain disabled until the user clicked on the Reload button to read the same dataset twice.<\/li>\n<li>Fix: When the user chose Open Data under File, the application did not let the user select a data file for any format.<\/li>\n<li>A few other changes and fixes are done.<\/li>\n<\/ol>\n<p><\/br><\/p>\n<p>1.0.7 (Released on June 17, 2014)<\/p>\n<ol>\n<li>Fix: The show SQL button might not come back after the user created a database file or canceled the export process.<\/li>\n<li>Fix: A project file could be messed up if the user saves progress over an existing file with Save (as opposed to Save As).<\/li>\n<\/ol>\n<p><\/br><\/p>\n<p>1.0.5 (Released on January 24, 2014)<\/p>\n<ol>\n<li>Fix: The printout function was incomplete with broken lines.<\/li>\n<li>A new separator (^) is added to the field separation drop-down menu.<\/li>\n<li>A new removal character (~) is added to the removal drop-down menu.<\/li>\n<li>Some other fixes are done.<\/li>\n<\/ol>\n<p><\/br><\/p>\n<p>1.0.1 (Released on January 7, 2014)<\/p>\n<ol>\n<li>The application failed to restore the last window dimensions.<\/li>\n<\/ol>\n<p><\/br><br \/>\n<br \/><\/br><br \/>\n<u>Trial\/Demo version<\/u><\/p>\n<p>Click <a href=\"mac\/mac_shareware\/text2sql\/Text2SQLTrial1000.zip\">here<\/a> to download a trial version.  Meanwhile, if you regularly review Mac software, you may be eligible for receiving free coupon codes, which can be redeemed at Mac App Store.  Click <a href=\"https:\/\/blog.mhvt.net\/?page_id=3847\">here<\/a> for more information.<br \/>\n<br \/><\/br><br \/>\n<br \/><\/br><br \/>\n<u>Video tutorial<\/u><\/p>\n<p>A video tutorial with text commentary is available in the form of a QuickTime movie.  Click <a href=\"mac\/mac_shareware\/text2sql\/Text2SQLForDummy.mp4\">here<\/a>.  The data size is 137.3 MB, and the movie duration is 14 minutes and 52 seconds.  The video dimensions are 1,440 x 900 pts.<br \/>\n<br \/><\/br><br \/>\n<br \/><\/br><br \/>\nText2SQL is a product of MacHouse.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TOKYO (MacHouse) &#8211; Just a few days ago, we managed to submit our first desktop application of the year to Apple&#8216;s Mac App Store. There will be more to come for sure. Actually, we submitted the second software title of &hellip; <a href=\"https:\/\/blog.mhvt.net\/?p=4297\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":342,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-4297","post","type-post","status-publish","format-standard","hentry","category-apple-mac"],"_links":{"self":[{"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=\/wp\/v2\/posts\/4297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=\/wp\/v2\/users\/342"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4297"}],"version-history":[{"count":23,"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=\/wp\/v2\/posts\/4297\/revisions"}],"predecessor-version":[{"id":4970,"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=\/wp\/v2\/posts\/4297\/revisions\/4970"}],"wp:attachment":[{"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4297"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4297"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mhvt.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}