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 ?
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:
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
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: