Solved

Obtenir un tableau récapitulatif / How to have an excel (or other) with some informations


Badge

​Bonjour/Hello

Est-ce possible d'obtenir un tableau excel (ou autre) d'une table avec quelques infos et non pas l'entièreté de la table, par exemple le nombre de champs vides "NULL", la date de la dernière mise à jour (et pas toutes les entités du champ date de mise à jour) et de l'auteur de la dernière mise à jour ?

Merci pour votre aide ! 😊

 

Is it possible with FME to  get an excel with some information like, for exemple I would like a document with the name of my attribute table, the last update date, the number of empty fields ?

Thanks for your help !😊

icon

Best answer by jovitaatsafe 2 June 2021, 01:15

View original

2 replies

Userlevel 1
Badge +11

Bonjour @machaii​,

Yes it's possible! To count the number of fields of <Nulls>, you can use a Tester transformer and choose the operation 'Attribute is Null'. Next, you can use the StatisticsCalculator to get the number of fields with nulls by 'Total Count'.

 

For the date of the last update, you can sort with the Sorter. We have a few articles that can help you (linked at the bottom).

---

Oui c'est possible! Pour compter le nombre de champs de <Nulls>, vous pouvez utiliser un Tester transformer et choisir l'operation 'Attribute is Null'. Prochaine, vous pouvez utiliser le StatisticsCalculator pour obtenir le nombre de champs avec Nulls par 'Total Count'.

 

Pour la date de la dernière mise à jour, vous pouvez trier avec le Sorter. Nous avons quelques articles qui peuvent vous aider ici:

- Control Your Data's Attributes with the AttributeManager Transformer

-Manipulation of Tabular Data

Badge

​Thank you !

Reply