Search results

  1. Support

    API box

    You can easily create boxes that will download data through API (usually REST API which would send XML/JSON) in JavaScript or Python. I've attached 2 graphs that receive and send emails for example.
  2. Support

    Basic Anatella Guide

    you can also check the 2 shorts tutorials here : http://www.anatella.com/html/quick-start.html
  3. Support

    Comment Anatella and edit .anatella

    yes you can comment easily the code: and ees, for a technician you can edit the .anatella. This file is a simple XML file (a text file) that is formatted so that a human can directly and easily understand and change it. For example: you can directly and easily edit the SQL statements...
  4. Support

    Most common boxes/Actions?

    The extraction boxes The automation boxes The transformations boxes A short summary of the main functions available: Operators: + - * / ^ Comparison: ==, >, <, <=, >=, != Logical: &&,|| Condition: (x>a?”True”:”False”) Format: ftoa, atof, itoa Math: abs, floor, ceil...
  5. Support

    Basic Anatella Guide

    Anatella has a user-friendly interface with no coding required. Data is Extracted, Transformed and Loaded in an easy intuitive way Building and running Anatella scripts = transform graphs composed of linked boxes using arrows Example of how to build a transformation graph Testing scripts...
  6. Support

    Basic Anatella Guide

    Anatella is a data Transformation tool known as an “ETL tool”, an acronym for “Extract, Transform and Load” Anatella is User-Friendly: Most data-transformations are meta-data-free: you don’t need to care about the meta-type of a column. In this regard, Anatella is like MS-Excel: In MS-Excel...
  7. Support

    How to license my TIMi ?

    Thanks for purchasing/renewing your TIMi license! The 1st step is to obtain your workstation “Hardware-ID” and send it to a TIMi sales-representative. the 2 .pdf attached will guide you through the few simple steps to enter your licensing details!
  8. Support

    How to Social Network Analysis

    additionally please find attached in Zip more examples and materials regarding the Social network analysis! Enjoy! ;)
  9. Support

    graph loops

    Please also find attached 2 zip files that give you examples on how to proceed!
  10. Support

    extract all sheets from an Excel

    yes you can and it's quite easy! the files contained the zip file attached shows you how to proceed
  11. Support

    Align files column based on header

    it is possible to do so by using the zip file attached that contains the necessary graphs
  12. Support

    GIT & version tracking

    it is possible to track the file version using GIT. the main requirement is to code it in UTF-8. Please refer to the Anatellaquickguide section "collaborative work" for further details and find attached a graph that contains the boxes to modify graph in bulk and then save them in Git.
  13. Support

    code in Python

    yes indeed as we have integrated the Python engine inside Anatella: see PDF in the attachment for more details
  14. Support

    Extract HTML data

    as yes the HTML can be online and it you can create the requested key as you can see in the zip attached
  15. Support

    Extract HTML data

    it is possible to read HTML data. we use the readXML box with the option "HTML"' ticked as per screenshot below and zip attached the most complicated part of this extraction is to find where the data starts. We suggest 2 methods: 1 use the XPATH tag (more details in the anatellaquickguide...
  16. Support

    Cobol: extract data and column name

    the readsquare box allows you to open Cobol data then you need to cpy/paste in the related importation Cobol code window and click import you should see the following message appears: Add a box called Column Rename, open its properties and click on the paste table Bouton
  17. Support

    cardinality

    when reading an XML file you should find all the required info. the way the related box works is detailed in the readXML section of the AnatellaQuick guide. Another way is to use an aggregate box as per the attached graph
  18. Support

    Anatella on MAC VM

    This specific setup requires a specific key, please contact your sales representative and ask for a network key.
  19. Support

    Concatenate Json string

    hi, the attached graph gives you a way of doing so. Please remember to use the option "One pre-formated column "as-is"
  20. Support

    Flatten/unflatten

    Please see attached examples to Flatten/unflatten your data
Top