Google Base Export

I've recently made the move from PC to Mac and so far, few regrets... albeit I am struggling with creating a Google Base feed using Numbers.
Previously, I would create the spreadsheet in MS Excel and then save as a .txt file, before uploading to Google Base. However, if there is an option to save a Numbers File as a .txt document, I haven't been able to find it
I wondered if perhaps I have missed something? Alternatively, if the .txt option isn't available, is there an effective means of working around this issue?
All and any help very much appreciated.
Thank you
John

Easy soluce:
--\[SCRIPT Numbers2tsv]
Copy a range of cells in the clipboard.
Run the script.
On the desktop you will get a TSV file named from the current date-time.
Yvan KOENIG (Vallauris, FRANCE)
23 octobre 2008
on run
set tsv to the clipboard as text
set p2d to path to desktop as text
set monNom to "TSV_" & (do shell script "date " & quote & "+%Y%m%d-%H%M%S" & quote) & ".txt"
tell application "Finder" to make new file at folder p2d with properties {name:monNom}
write tsv to file ((path to desktop as text) & monNom)
end run
--[/SCRIPT]
Yvan KOENIG (from FRANCE jeudi 23 octobre 2008 21:36:59)

Similar Messages

  • Making a Google Base Feed

    Can anyone explain to me how to make a google base feed with numbers? I've tried creating and submitting a feed multiple times, but I keep getting an error message saying "We didn't understand your delimiter".

    It's exactly why I wrote that Numbers is not the correct tool.
    To make things more complicated,
    Numbers CSV are not always Comma Separated Values.
    They match this definition when the decimal separator is the period.
    When the decimal separator is the comma, happily, Numbers CSV are semi-Colon Separated Values.
    If you really want to work with Numbers, do the job then
    Select all
    Copy
    then run this complex script:
    on run
    set nomDuFichier to (do shell script "date " & quote & "+P%Y%m%d-%H%M%S" & quote) & ".txt"
    set p2d to path to documents folder as text
    tell application "System Events"
    set leDoc to path of (make new file at end of folder p2d with properties {name:nomDuFichier, file type:"TEXT"})
    end tell -- System Events
    write (the clipboard as text) to file leDoc
    end run
    You will get the datas in a TSV file in the Documents folder.
    Yvan KOENIG (from FRANCE samedi 25 avril 2009 22:22:21)

  • Dreamweaver, Google Base and Froogle

    There is an excellent extension to develop a quick sitemap
    xml for Google Sitemaps.
    I'm wondering if there might be a similar utility to quickly
    make a tab/ delimited or other upload page to use with Google Base
    or Froogle.
    Thanks in advance for any help.
    Don
    The Glass Cottage

    Easy soluce:
    --\[SCRIPT Numbers2tsv]
    Copy a range of cells in the clipboard.
    Run the script.
    On the desktop you will get a TSV file named from the current date-time.
    Yvan KOENIG (Vallauris, FRANCE)
    23 octobre 2008
    on run
    set tsv to the clipboard as text
    set p2d to path to desktop as text
    set monNom to "TSV_" & (do shell script "date " & quote & "+%Y%m%d-%H%M%S" & quote) & ".txt"
    tell application "Finder" to make new file at folder p2d with properties {name:monNom}
    write tsv to file ((path to desktop as text) & monNom)
    end run
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE jeudi 23 octobre 2008 21:36:59)

  • Using Google Base + eBay + Mac

    Many eBay sellers have found they get the majority of their hits from Google Base, not directly from eBay. As an otherwise happy Mac user, I'm frustrated by the incompatability of Base and my Mac!!
    Does anyone here use their Mac to upload store items to Google Base or know a workaround for this problem? Would some sort of Windows for Mac softwear application handle this? I'm not really thrilled with the idea of using someone else's PC to do this, the library won't let me download the Google Base stuff to their computer, and I don't have internet access through my work.
    I would be VERY grateful if some kind Mac user would help me with this. I've been told you can upload items "manually", but we're talking hundreds of items that I'd love to have appearing in a Google search.
    THANK YOU! Beth

    Not so simple.
    Doing this will give confusing results as the widget markup is recorded as well.
    To avoid this you have to add the code post publishing and this is not very convenient for .Mac users - especially those who need blog comments etc.
    If you are using Leopard you can make life a lot easier by using this application...
    http://www.zarrastudios.com/ZDS/iWebBuddy.html
    .... and I'm sure you'll find an apple script to do the same thing.

  • Google Base Feed

    I am relatively new to coding language and Dreamweaver, but I
    am desperately trying to build a search form that queries the
    Google Base Feed, but I cannot seem to be able to bind the feed
    into a data/recordset in Dreamweaver.
    If anyone has any insight to this, it would be very much
    appreciated.
    Thanks.

    It's exactly why I wrote that Numbers is not the correct tool.
    To make things more complicated,
    Numbers CSV are not always Comma Separated Values.
    They match this definition when the decimal separator is the period.
    When the decimal separator is the comma, happily, Numbers CSV are semi-Colon Separated Values.
    If you really want to work with Numbers, do the job then
    Select all
    Copy
    then run this complex script:
    on run
    set nomDuFichier to (do shell script "date " & quote & "+P%Y%m%d-%H%M%S" & quote) & ".txt"
    set p2d to path to documents folder as text
    tell application "System Events"
    set leDoc to path of (make new file at end of folder p2d with properties {name:nomDuFichier, file type:"TEXT"})
    end tell -- System Events
    write (the clipboard as text) to file leDoc
    end run
    You will get the datas in a TSV file in the Documents folder.
    Yvan KOENIG (from FRANCE samedi 25 avril 2009 22:22:21)

  • [CS2 AS] Export as Jpeg... image missing in the output.

    Hi,
    I'm using alot the export as jpeg feature as a validation helper while doing batch processing (for quality output, i have used export as pdf and rasterisation in photoshop... require more processing, but it give more reliable output).
    So with the base export, i'm having a odd problem where on other machine the some images are not exported appropriately (some appear with a white strippe and other completely blank).
    I have not found documentation on this but i'm pretty sure that the export is done from a low-res preview, so i suspect that that my script processing make the export before indesign has completed some document display refresh.
    I tought that i could use a arbitrary delay, but i find this solution quite inconvenient as it make the process slower and not completely deterministic.
    Is there a equivalent call to "recompose" that would let me be sure to call the export when the display refresh of the document is done? (if i remember well, i have tried forcing the document quality display to maximum).
    Thanks for any ideas! :)
    Eric

    On 5/2/09 6:22 AM, "EricGagnon" <[email protected]> wrote:<br /><br />>  Thanks for any ideas! :)<br /><br />Are you sure you're using the most recent version of CS2? And are you sure<br />all the links are present and up to date?<br /><br />-- <br />Shane Stanley <[email protected]><br />AppleScript Pro Florida, April 2009 <a href=http://scriptingmatters.com/aspro>

  • Error when exporting with Quicktime

    I'm having some problems exporting with Quicktime from iMove '08. Here are my settings:
    (The highlighted portion says 20,000 kbits/sec)
    I have exported using these settings before, but for some reason, it gives me error code -2002 when it finishes exporting now, and tells me that it can't export. Anyone know what error code -2002 is? I can't find it here or on Google. Exporting straight to m4v worked just fine.

    I'm exporting at those dimensions because that's just where I had it set (lol). I didn't even realize it was HD until just now, but like I said, I put the lowest possible data rate (32 kbits/sec) and the smallest dimensions possible (160x120) and it still didn't work.
    However, I had completely missed the fact that the audio wasn't being exported. I reset the audio settings and tried again on the smallest setting, and that worked. Thanks for your help!

  • I am In Philippines and Google only shows Philippine area results,while Iwant search results from the US

    Google bases search results based on my IP address. I am in the Philippines . Example, I want to find out how much a cell phone in the US is and I get results from India. I want US Results on my searches. How do I change Google to allow this. I am currently in the Philippines but want Search results for the US

    See also:
    * Google.com in English - always '.com': https://addons.mozilla.org/firefox/addon/51000

  • How to export only the data displayed in table of a jsp page to Excel

    Hi All,
    I want to export only the data that is displayed in the table of a jsp page to excel. But with my current code everything is getting exported to excel.
    <input type="checkbox" name="download" onclick = "form.submit()"/> Export to Excel
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-disposition", "inline; filename=fileName.xls");
    the table is displayed in the jsp using the following code:
    <table cellspacing="2" cellpadding="3" border="1"
    width="100%"> <tr> <%for (int i = 2; i <= cols; i++) {%>
    <td>
    <%
    out.println( rsmd.getColumnName(i) + " ");
    } %>
    <% while (rsettaba.next ())
    out.println("<tr>");
    for (int j= 2; j <= cols ; j++) {
    //out.println("<td>"+rsetallcl.getString(j)+"</td>");
    String varnl = rsettaba.getString(j);
    if ( varnl == null )
    out.println("<td> Empty </td>");
    else
    out.println("<td>"+rsettaba.getString(j)+"</td>");
    out.println("</tr>");
    %>
    </td>
    </tr>
    </table>
    please can anyone help how to just extract only the data in the table of a jsp page to excel.
    Edited by: Ramky48 on Dec 9, 2009 9:51 PM

    Ramky48,
    Why did you open a new thread when you had gotten quite a few responses and suggestions on the [url http://forums.oracle.com/forums/thread.jspa?threadID=998411]thread where you asked the same question - seems the best thing to do would be to continue on the same thread?
    However, your question has nothing to do with JDeveloper/ADF. If you'd like to do it the ADF way, it's trivially easy - you can use the [url http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_exportCollectionActionListener.html]af:exportCollectionActionListener component, which does what you are asking for. If you want to use a straight JSP way, there were several good suggestions in the other thread you opened, or Googling "jsp export to excel" will get you about 4.6 million hits; the first 10 or so look pretty promising.
    John

  • Export to DVD Studio using Compressor

    I just finished burning a DVD and the quality is terrible:  colors all washed out; audio comes in and out.  It's a 34 minute video.  My export work flow was as follows:  First exported by created a Quicktime reference movie.  In Compressor, settings were DVD 90 min Best Quality.  
    What might have I done wrong?  What other information should I provide here? 

    The footage looked bad in the DVDSP viewer.  I'm relatively inexperienced with DVDSP.  Here's my confusion:  I've googled "FCP export to DVD" and I see (seemingly) conflicting suggested workflows:  Some suggest exporting your sequence to Compressor.  Others recommend converting to a Quicktime reference movie first (as I did) before sending to Compressor.  Not sure which is the most appropriate approach, and whether my choice of work flow impacted the ultimately quality of my DVD output. 

  • ANN: CFWebstore Version 6 Released!

    CFWebstore® 6 has been released after many long months
    of development and testing. You'll find tons of new and updated
    features...over 100 documented changes in fact! Already one of the
    best values in ColdFusion ecommerce software, now it is also one of
    the most feature-rich and powerful platforms for setting up your
    store on the internet. With great functions already available like
    membership functions and basic CMS capability, you can often set up
    entire websites using the software to control content and access.
    Here are just some of the great new features in this release:
    Search-Engine Optimization - Version 6 now lets you use
    search-engine safe URLs throughout your store and lets you
    configure title tags, meta keywords and description for your pages
    and products.
    Product and Feature Reviews - Customers can leave comments on
    your products and articles, you have complete control over
    approving reviews and who can post them.
    Advanced Shipping Rates - CFWebstore has fully integrated and
    certified shipping rates provided by UPS, FedEx and US Postal, as
    well as many options for custom shipping tables. You can separate
    out oversized items, ones that ship by freight, or items shipping
    from separate locations. Address verification and tracking
    information also provided.
    Gift Registries - Now you can offer a real gift registry
    feature to your customers, allowing them to create shopping lists
    for friends and family.
    Flexible tax rates, allow for multiple types of taxes, VAT and
    GST taxes, with integrated tax reports and new county tax system
    New Promotion module for creating all kinds of new specials
    such as 'Buy 1 Get 1 Free'
    Advanced coupon reporting and ability to set a one-time coupon
    use
    Expanded membership system with recurring billing feature and
    the ability to offer discounts or promotions only to subscribed
    members
    Improved login features, including hashed user passwords,
    maximum login failures, one user logged in per account, etc.
    Additional import and export features, for product
    import/export, orders export, Google Base and Bizrate exports, etc.
    Improved admin email function with saved email templates and
    custom store emails
    PayPal Pro and Cybersource support
    Improved admin design and configuration file
    Much, much more!
    Visit
    cfwebstore.com for more
    information on this exciting new release.

    quote:
    Originally posted by:
    Newsgroup User
    > CFWebstore? 6 has been released after many long months
    of development and
    > testing.
    "CFWebstore costs $400 for a single license, to run a single
    storefront.
    This allows you to run a copy of the software on your
    production server as
    well as a copy on a development server. Each copy of
    CFWebstore (for each
    store) in use on your production server requires a license."
    I prefer
    http://www.cartweaver.com
    where you buy it once (for less than
    a 1 time site license for CFwebstore) and own it.
    I doubt you've done much ecommerce development, if you did
    you'd realize how rediclous your post is, maybe you're just a
    troll, hmmm, or maybe you work for cartweaver bigger HHmmmm.
    I'm going to assume this is a real poster and respond anyway.
    Comparing Cartweaver to Cfwebstore is like comparing a pile
    of bricks to a house, and a very nice house at that. I've worked
    with about 6 different shopping carts over the years including
    cfwebstore and cartweaver, and there is absoultely no comparision,
    they shouldn't even be mentioned in the same sentence. Our company
    did a very detailed study of all avaliable solutions out there, and
    we did this for weeks, to find the ultimate shopping cart.
    Cfwebstore blows away cartweaver, actually it blows away just
    about every other shoping cart out there that my ecommerce
    development company has used.
    $400 is nothing for what you get, you'll lose much more money
    in trying to get a fraction of the features that cfwebstore has.
    My company made the mistake years ago of spending thousand
    and thousands of dollars of man hours to customize the opensource
    shopping carts for clients to get it to do what they wanted.
    Trust me the ROI with cfwebstore is huge. Go ahead buy
    cartweaver, you'll quickly find out how tedious, time consuming and
    expensive it is to customize a shopping cart can be to do the
    typical complext things a real ecommerce site needs to do to run
    efficently.
    The backend user area is very usable in cfwebstore, this is
    very imporant, as this is the biggest weakness in most shopping
    cart systems, it has some many robust features that actually work I
    can't even list them all.
    Once you do your first ecommerce site you'll be back to buy
    cfwebstore and not think twice about paying the realtively small
    licence fee. Heck if you're so worried about money buy a reseller
    licence which is $800 more then all your licences after that are
    50% off! at $200/per site.

  • Automating a link and Updating pages in Acrobat

    I've a report created in Microsoft Access and exported as a PDF file. I've also created several links in the PDF document to make it user friendly. There are 5 pages that are updated on a daily basis (Exported from Access and appended to the existing document). I'm new to Acrobat JavaScripting and would like to automate the PDF creation by doing the following;
    1. Automatically append/update the 5 new PDF pages to the existing document.
    2. Automatically create/update links based on a particular text in the updated pages PDF pages.
    I sincerely appreciate any help I can get on this.

    I've a Task Scheduler that open Access and runs a macro that pull data from an external server and a report is created based on this data. When the Access database is closed, the updated reports are saved as PDF to a particular folder. I'll like to update the existing PDF Document with the newly created PDF files/pages.

  • Audit Issue in QA after system restore and client copy

    Hi Experts,
    We have an audit issue and need your advise on that.
    Our QA system was audited and auditors were looking for the approval tickets on which a user was created. I found that several users that were not created in QA and do not even exist in QA have their change logs in QA showing that user was created.
    I researched it and found the steps that Basis and DBA's do when creating a new QA client.
    1. Basis export user master and authorizations using SAP_USER profile from the target QA environment.
    2. Then DBA's restore the QA Environment from the Production Backup.
    3. Basis import back the preserved User master and roles using SAP_USER profile.
    But when reading about this profile, I came to understand that change documents ( USH* ) tables are not exported and imported back. So that is why we have change logs in our QA from Production system.
    So my question is how to solve this issue, where Auditors look at the change documents in QA and ask for the documentation though in reality these change documents are coming from Production. Should we ask for DBA team to truncate USH tables or is there a client copy profile that saves the change logs that we can export and import back.

    Hi,
    as you know the USH* tables belong to delivery class L. The tables in this class are never copied during client copy but you don't do client copy. Idea of deleting records from L tables after backup restore does not sound good because you will loose all data. As a workaround you could backup content of tables with delivery class L, export users SAP_USER, restore production backup, import users and import backup for tables with delivery class L. There is around 5000 L tables in ECC. Another approach could be to restore production on different box and do proper client copy to QA system.
    Cheers

  • Lumia 1020 contacts shown partially

    Hello
    Just purchased Nokia Lumia 1020 few days ago and I'm still struggling to get all my contacts from Android to Windows Phone.
    I've tried these import methods so far:
    Backed up my contacts on Android to SIM and imported those contacts to Windows Phone contacts
    Used Transfer My Data on Windows Phone
    Both cases showed no errors.
    Weird thing is that if I try to import from SIM again it says that they are all in Contacts and when I search for contacts they are all there*, but when I browse my contacts only very small portion of all my contacts are shown
    I need to see them all
    * - All contacts are also shown in Windows 8 Mail client under People
    PS Some things I don't like about that phone:
    Battery is not replaceable
    My BT headset isn't working that I used with SE Arc, yet my ancient (8-9 years old) BT headset works with Lumia (didn't work with Arc), but it's just an earpiece, I can't listen music with it. (Could be Sony Ericsson restriction, headset and Lumia hands free BT profiles are both 1.5)
    No HDMI output for a high-end phone ?
    Can't add additional storage in the form of a SD card or some other card
    Solved!
    Go to Solution.

    Ramil wrote:
    Hello
    I've tried these import methods so far:
    Backed up my contacts on Android to SIM and imported those contacts to Windows Phone contacts
    Used Transfer My Data on Windows Phone
    I need to see them all
    Some of your contacts will probably be on your google account. Export them from there
    Log in to http://contacts.google.com
    export contacts to a .csv file (more>export)
    Download and install Windows Mail from the Windows Essentials
    Log in with your Microsoft account
    Import the .csv file
    Your contacts will sync to  your Microsoft account and your phone as a result
    If you are not on Windows 8 then Windows Mail is actually a pretty convenient mail client to manage your calendars and contacts on your PC.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Powerpoint in Premiere

    A client gives me lots of Powerpoints (ugh, if you know what I mean- the only thing worse than sitting through a PPT... is editing a PPT).
    I know you can't import PPT to Premiere, so I usually save as jpgs and edit away...
    Lately, I've been getting more complex PPTs with things like animations in graphs, flying arrows, etc.
    But if you save as a movie, you lose the animations and layers of text pile up on each other.
    Is there any way to keep these animations intact?
    PS- I'm fairly ignorant of PPT- I break them down, not build them  :^)
    On a Mac, CS6

    I was recently googling about exporting powerpoint as movies files and there appears to be a big difference between powerpoint on a Mac and a Windows computer. It seems that transitions and animations are much more restricted on a Mac than on Windows. So if you are having problem with a PPTX file on a Mac, try exporting is on a Windows machine. Unfortunately on Windows, it outputs a WMV file - not good for a Mac.

Maybe you are looking for

  • How to set background color in af:inputText in an af:table

    Hi, how to set background color in af:inputText in an af:table depending on the value of af:inputText. For example, how to set background red if the af:inpuText is empty Thanks

  • Anybody else just really disappointed with iPhone 3GS?

    so i just traded up my 3 year old sanyo katana (sprint) flip-phone (which worked perfectly, without a hitch, ever) for a new iphone 3GS (at&t) and frankly i'm pretty dissatisfied with the switch. yeah, it's a fun toy, but phone service and coverage i

  • Colour Profiles, file types etc

    I've been searching through many posts after dissapointing results in my iPhoto book. Poor Saturation, sharpness, D max etc. Does anybody know for certain if the images uploaded to iphoto books are profiled and whith which space? It seems that most p

  • Message no. SOLAR_DOC021: The document cannot be displayed

    Hi All, When I am trying to display a document attached to a roadmap, (by double-clicking on it or by clicking the display button) I get the following Error Message: SOLAR_DOC021: "The document cannot be displayed"  As adittional information the road

  • Layouts looking 'right' in Dreamweaver

    Hi all, I seem to have this reoccurring problem, when I design layouts, I get them the way I want they look great in IE/Firefox but when working on them in Dreamweaver the layout looks messy and sometimes quite hard to work with.... I attach my CSS a