Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

I need import an Apple IOS .numbers format file

diegolondono70
6 - Meteoroid

I have a .numbers format file generated with Apple Numbers spreadsheet (it is used in iOS).  I could not read it using Alteryx and I cannot find any documentation on how to do it.  

5 REPLIES 5
PhilipMannering
16 - Nebula
16 - Nebula

I don't think you can. You'd need to export it as an Excel or plain text file or other format that Alteryx can read.

diegolondono70
6 - Meteoroid

Thank you Philip.  I will wait if someone has another solution.  I have a lot of these files.

PhilipMannering
16 - Nebula
16 - Nebula

Fair enough. I think my approach would be to use Python to convert these files first. This Python package might be relevant: https://pypi.org/project/numbers-parser/ 

dino1259
5 - Atom

Have you solved it yet? I'm also in the same situation as you

apathetichell
18 - Pollux

This is not easy - if you want to look at python - you'd use this:

https://github.com/masaccio/numbers-parser

 

Note this part:

On Windows, you will need to either arrange for snappy to be found for VSC++ or you can install python binary libraries compiled by Christoph Gohlke. You must select the correct python version for your installation. For example for python 3.11:

pip install python_snappy-0.6.1-cp311-cp311-win_amd64.whl
 
 
Labels