How can I save a Numbers spreadsheet as a tab delimited file?

Okay, I would like to save a Numbers spreadsheet as a tab delimited file. But of course I can't do that, since Numbers only saves as a comma separated values file.
Plan B: I can open up a CSV file created by Numbers in TextEdit, and I would like to Find and Replace all the commas with tabs. So I open up the Find window, enter a comma under Find, but of course when I put the cursor in the Replace blank and hit the Tab key, it just goes to the next blank instead of giving me a Tab.
Is there a way I can get a Tab into that blank so I can replace all the commas with tabs?
--Dave

Hello
When we use TextEdit as I described, rows are separated by Returns.
It appears that your program requires LineFeeds.
Here is a neat soluce.
Save this script as an Application Bundle.
--\[SCRIPT tsv2csv]
(* copy to the clipboard a block of datas separated by tabs
run the script
You will get on the desktop a csv file named from the current date-time.
The values separator is set to match the Bento's requirements:
If the decimal separator is period, the script uses commas.
If the decimal separator is comma, the script uses semi-colons.
This may be changed thru the setting of the property maybeSemiColon.
According to the property needLF,
embedded Returns will be replaced by LineFeeds
or
embedded LineFeeds will be replaced by Returns
Yvan KOENIG (Vallauris, FRANCE)
le 10 octobre 2008
property needLF : true
(* true = replace Returns by LineFeeds
false = replace LineFeeds by Returns *)
property maybeSemicolon : true
(* true = use semiColons if decimal separator is comma
false = always uses commas *)
--=====
try
set |données| to the clipboard as text
on error
error "the clipboard doesn't contain text datas !"
end try
set line_feed to ASCII character 10
if |données| contains tab then
if maybeSemicolon then
if character 2 of (0.5 as text) is "," then
set |données| to my remplace(|données|, tab, quote & ";" & quote)
else
set |données| to my remplace(|données|, tab, quote & "," & quote)
end if -- character 2 of (0.5…
else
set |données| to my remplace(|données|, tab, quote & "," & quote)
end if -- maybeSemiColon
end if -- |données| contains tab
if needLF then
if |données| contains return then set |données| to my remplace(|données|, return, line_feed)
set |données| to my remplace(|données|, line_feed, quote & line_feed & quote)
else
if |données| contains line_feed then set |données| to my remplace(|données|, line_feed, return)
|données| to my remplace(|données|, return, quote & return & quote)
end if -- needLF
set |données| to quote & |données| & quote
set p2d to path to desktop as text
set nom to my remplace(((current date) as text) & ".csv", ":", "-") (* unique name *)
tell application "System Events" to make new file at end of folder p2d with properties {name:nom}
write |données| to file (p2d & nom)
--=====
on remplace(t, tid1, tid2)
local l
set AppleScript's text item delimiters to tid1
set l to text items of t
set AppleScript's text item delimiters to tid2
set t to l as text
set AppleScript's text item delimiters to ""
return t
end remplace
--=====
--[/SCRIPT]
Yvan KOENIG (from FRANCE vendredi 10 octobre 2008 13:47:36)

Similar Messages

  • How do I save my numbers spreadsheets as Excel as I could in previous version of Numbers?

    I updated to MAvericks and right after got a not that iWorks had updates, now my Numvers does not have key functionality that I need in order to send spreadsheets and worknooks back and forth with companies I work with. How do I save my numbers spreadsheets as Excel as I could in previous version of Numbers?

    Under the File menu select Export. You'll find Excel as one of the export options there.

  • How can I format my Numbers spreadsheet into a PDF file

    How can I change my Numbers spreadsheet into  a PDF format so that people to whom I send it can open it on their PC?

    You can also "share" via iCloud.
    The recipient can view it (and edit it, unless you specify read only) using a modern browser on a Mac or PC. The recipient does not need to have an iCloud account..
    SG

  • How can I save an EXE front panel image to a file?

    The methods to save a VI front panel image to a file don't work on executable applications. How can I save an EXE front panel image to a file? (LabVIEW 6.1)

    Hi,
    i wrote some vi that save FP to image and created exe and it works fine. How do you save FP to image in VI?
    If you use VI server method "Get Panel Image" and use "Write JPG file" ( or BPM) it works fine.
    Attachments:
    fp.zip ‏40 KB

  • How can I recover a numbers spreadsheet.  When I saved as a template, my original file was replaced with the saved version.

    I save a numbers spreadsheet as a template and I lost my original document.  How can I recover the original spreadsheet?

    If the file you saved as a template no longer contains any data then I have no more suggestions other than restoring a backup copy.
    Have you looked for the original file? did you use spotlight?

  • Computer crashed. Tech emailed bookmark file to another computer using Chrome. How can I save it to Chrome, or at least open file to copy bookmarks?

    Computer crashed. Tech emailed bookmarks from FireFox file to another computer that uses Chrome. How can I save these bookmarks from a file saved on the desktop to Chrome, or at least open the file to copy the addresses?

    Restore JSON backup:
    * Bookmarks > Show All Bookmarks > Import & Backup > Restore > Choose File
    Export HTML backup:
    * Bookmarks > Show All Bookmarks > Import & Backup > Export HTML
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    * http://kb.mozillazine.org/Export_bookmarks
    * http://kb.mozillazine.org/Import_bookmarks
    You can also use the portable Firefox version, that should work as well.
    *http://portableapps.com/apps/internet/firefox_portable

  • How do I save a Numbers spreadsheet as an earlier version

    I have just upgraded to Yosemite from Snow Leopard.  I have a spreadsheet which I have sent to a third party and they are unable to open it as they are on an earlier version of Numbers.  How do I save my spreadsheet in the format which they can open?

    In the current version of Numbers you can use the File Menu Export item to save to a Numbers 09 compatible file.

  • How do I  save a Numbers spreadsheet as an ASCII spreadsheet

    I need to convert an Appleworks spreadsheet to a Numbers spreadsheet and then save it as an ASCII file in order to upload it to my internet site.
    Conversion of the AW SS to Numbers is no problem. However, unlike AW, there is no selection I can make in the "Save As" menu to save the Numbers file as an ASCII.
    Any suggestions?

    Peggy:
    As you suggested, I copied and pasted my 450 row Numbers table into Pages (12 pages in total) and then converted it to text - I saved it to my desktop and renamed the file with a ".txt" tag. Then I uploaded to the server.
    The result when seen on the net is a page with 10 offices with total sales volume, units sold, etc. However, using the above procedure, while I do get the names of the 10 offices, I get no numbers.
    If any of you wish to contact my by email, I will direct you Peggy, Jerry and Brie, to the site to see the present result and future effort results.
    Thank you for your time and efforts.
    [email protected]

  • How can I convert a numbers spreadsheet into a dynamic web form?

    Id like to convert my numbers spreadsheet to a dynamic web form. Can't seem to see a way.

    Not possible with Numbers.  You may submit feature requests to Apple by using the menu item "Numbers > Provide Numbers Feedback"

  • How can I save a vector smart object to Illustrator .ai file

    I need to save a vector smart oblect from Photoshop CS6 to an Illustrator file. What's the trick?
    Thanks!

    Hi Chris,
    I need a vector smart logo that is on a PSD layer as a vector file in illustrator so I can plot cut on a vinyl cutter. How can I make sure the logo transfers as .ai at the exact size showen in the Photoshop document? I remember doiing this a few years ago but forgot the proceedure. It's probably a very easy step and once I have the answer I'll say "oh that's right I remember now" The export path to Ilustrator only gives me the saved paths in this document.
    Thanks for any help you can provide!
    Glenn

  • How can i combine different numbers spreadsheets into one numbers document?

    I am migrating from Excel. This is easy to do in Excel but I can't figure it out for Numbers. I have created four different Numbers docs and I want to have them in one document, so i can move between them conveniently and also to create a single pdf file with four sheets...which simplifies emailing to non-mac users. Can anyone tell me how i do this please?
    thx lawrence

    Hello
    Yes, select a sheet, copy it in the clipboard then paste into the main spreadsheet.
    There is no built-in tool allowing exchanges between two documents.
    Yvan KOENIG (from FRANCE vendredi 4 janvier 2008 12:20:17)

  • How do I save a numbers spreadsheet on my iPad as a template?

    I have created a Spreadsheet on my iPad for staff to record time and materials on site an I would like to save it as a template so they can open a new copy of it each time and not change the original spreadsheet. Also I would like to be able to lock the cells on the spreadsheet so they can only enter data via the forms I have created. Can this be done in numbers on the iPad? Many thanks.

    Install the Number app on your iPad.

  • Can I save my Numbers spreadsheet in Xcel?

    I just upgraded from Snow Leopard 10.6.8 to Lion 10.7.   So many things no longer work as well as they did!  I wish I had not upgraded! 
    As a business owner, I like working in Numbers and then saving my ledger in an Xcel format for my bookkeeper.  I do it every month, but now that I have upgraded, I don't seem to be able to save in Xcel.  Is there a way to save in Xcel in the version 10.7 ?  Help?
    Thanks!

    Choose Share > Export, and then click Excel.
    You can find the manual for Numbers here:
    http://manuals.info.apple.com/en_US/Numbers09_UserGuide.pdf

  • How do I save a Numbers spreadsheet in .txt format?

    In order to import a contact list into an online program, I am supposed to Save As a TXT file (text delimited) - I am not given that option.  I have tried numerous ways to save as Excel and convert and cannot find anything that will work.  Please help.

    From my point of view, the easy clean way is to select the table
    copy
    Paste in Textedit
    set format to text
    Save.
    An alternate scheme is this old script :
    --{code}
    --[SCRIPTclipboard2textFile]
    Enregistrer le script en tant que Scriptl :clipboard2textFile.scpt
    déplacer le fichier créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:
    Copiez les données à exporter dans le Presse-papiers.
    menu Scripts > clipboard2textFile
    Le script créera un fichier texte.
    --=====
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    +++++++++
    Save the script as a Script, an Application or an Application Bundle:clipboard2textFile.xxx
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:
    Coopy the datas to export into the clipboard
    menu Scripts > clipboard2textFile
    The script will create a text file.
    --=====
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox.
    +++++++++
    Yvan KOENIG (Vallauris FRANCE)
    7 juillet 2009
    --=====
    on run
              try
                        set enTexte to the clipboard as text
                        set fName to (do shell script "date " & quote & "+_%Y%m%d-%H%M%S.txt" & quote)
                        set p2d to path to desktop
                        tell application "System Events" to make new file at end of p2d with properties {name:fName}
                        write enTexte to file ((p2d as text) & fName)
              on error
                        if my parleAnglais() then
                                  error "The clipboard doesn’t contain text data. Maybe you selected a Numbers sheet !"
                        else
                                  error "Le presse-papiers ne contient pas de données texte. Vous avez peut-être copié une feuille de Numbers !"
                        end if
              end try
    end run
    --=====
    on parleAnglais()
              local z
              try
                        tell application "Numbers" to set z to localized string "Cancel"
              on error
                        set z to "Cancel"
              end try
              return (z is not "Annuler")
    end parleAnglais
    --=====
    --[/SCRIPT]
    Yvan KOENIG (VALLAURIS, France) vendredi 7 octobre 2011 11:15:58
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How can I compress a numbers spreadsheet to email?

    I have a Mac OS X and I know it is old - but I need to complete some invoices that are a new format, and am unable to upload to email. Any help is greatly appreciated. Thank you.

    Control-click it in the Finder and choose to compress or archive it. If it's still too large, use a service such as iChat, Skype, or YouSendIt.
    (72776)

Maybe you are looking for

  • How do I access my iWeb website when I no longer have the original iWeb program it was published with?

    Last Fall, my '06 iMac was vandalized and destroyed unexpectedlyl. Since then, I have'nt been able to access my only website, which was published through iWeb. My new iMac does not have iWeb. How can I access my main website published through the old

  • Problem getting jsp component from jspdynpage

    Hi,   I am making a call in my java class in method doProcessBeforeOuput with the following call table = (TableView) this.getComponentByName("tableview_AddMaterial"); Object[] objs = this.getComponents(); Both return nulls for the object, how does so

  • Exporting a 16:9 sequence always ends up 4:3?

    Hi - I use FCE HD and shoot anamorphic 16:9 widescreen. I capture in FCE, and edit it in 16:9 as FCE has corrected identified the clips as widescreen. However, if I export if to Quicktime Movie then it always loses the anamorphic and comes out at 4:3

  • Device will not show IMEI number

    Hello BB10 community, I bought a Q10 from Rogers Canada and I'm currently in Europe for the next couple of months.  When I input *#06# to find my IMEI number, nothing happens. The one on my box doesn't unlock my phone. All the links online showing ho

  • IMS Upgrade From Patch 1 to Patch 2 Problem

    When running ims_dssetup.pl and after entering all the paramaters, it says Directly after asking press Y to continue we get... Please correct the problem, and rerun this script (It doesn not tell us what the problem is) It asks for dc root, and user/