Posts Tagged ‘csv’
Clean Up Data for MailChimp Import
MailChimp’s sample import file isn’t a bad place to start with getting your contact into your audience. But it can also leave some messy data on your hands. Here are some tips to clean up up your data for MailChimp in Google Sheets before you import as a csv: 1) Get your column names correct.…
Read ArticleExport WooCommerce Customers with Addresses from WordPress for Shopify
There’s a simple way to export your customer information from WooCommerce without using a plugin including their shipping address and phone number into a csv. This is particularly handy if you’re looking to export WooCommerce customers to import them into Shopify. We’ll get this done using a query in phpMyAdmin on the WordPress database. But…
Read ArticleFavorite WordPress Plugins
These plugins do the amazing and make working with WordPress so much more powerful, and flexible. Most are free, some are paid. All are worth your time and donations for the plugin creators. All-in-One WP Migration by ServMask – if you miss using the Blog Vault migration when importing to WPEngine this is your savior. Free…
Read ArticleHow to merge multiple CSV-files into one with Mac OS X Terminal.app
Found this csv merge tutorial and it works great to merge csv files on mac into one file. An explanation and quick piece of code that will help you to simply merge large numbers of .csv files (or for that matter: any kind of text files) into one. I used it to merge multiple .csv…
Read Article