FME Console for testing Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?ArcGIS Surface Length Tool equivalent in FME?How to convert date to an arbitrary format in FME Workbench?Is there a way to execute FME transformers from a PythonCaller script in an FME workspace?Merging data using FMEFME Desktop saves Transformers uncommented in Workspace FileWhich hardware for running FME 2015 on linuxFME SDE Writer changing part sequence of Multi-part polygon on Insert?Is it possible to call FME transformers (or workbenches) from my python script?FME process first 100 featuresAssign attributes from nearby line to another line in FME

2 sample t test for sample sizes - 30,000 and 150,000

Weaponising the Grasp-at-a-Distance spell

What kind of equipment or other technology is necessary to photograph sprites (atmospheric phenomenon)

What documents does someone with a long-term visa need to travel to another Schengen country?

Knights and Knaves question

Married in secret, can marital status in passport be changed at a later date?

Like totally amazing interchangeable sister outfit accessory swapping or whatever

Why aren't road bike wheels tiny?

Has a Nobel Peace laureate ever been accused of war crimes?

Putting Ant-Man on house arrest

Why doesn't the university give past final exams' answers?

Can a Knight grant Knighthood to another?

What's the difference between using dependency injection with a container and using a service locator?

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Is Bran literally the world's memory?

Why isn't everyone flabbergasted about Bran's "gift"?

Can this water damage be explained by lack of gutters and grading issues?

Who's this lady in the war room?

What's the connection between Mr. Nancy and fried chicken?

Will I be more secure with my own router behind my ISP's router?

Assertions In A Mock Callout Test

What is the ongoing value of the Kanban board to the developers as opposed to management

Help Recreating a Table

“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?



FME Console for testing



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?ArcGIS Surface Length Tool equivalent in FME?How to convert date to an arbitrary format in FME Workbench?Is there a way to execute FME transformers from a PythonCaller script in an FME workspace?Merging data using FMEFME Desktop saves Transformers uncommented in Workspace FileWhich hardware for running FME 2015 on linuxFME SDE Writer changing part sequence of Multi-part polygon on Insert?Is it possible to call FME transformers (or workbenches) from my python script?FME process first 100 featuresAssign attributes from nearby line to another line in FME



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am using FME workbench 2018.1. I am working on a model where i have to apply lots of string operations on different feature classes and then merge them into one. I want to know if there is any console area where i can quickly test the function and see the output rather then running the whole FME again and again. I have been using inspector and logger but i am wondering if there is a console in FME.










share|improve this question




























    1















    I am using FME workbench 2018.1. I am working on a model where i have to apply lots of string operations on different feature classes and then merge them into one. I want to know if there is any console area where i can quickly test the function and see the output rather then running the whole FME again and again. I have been using inspector and logger but i am wondering if there is a console in FME.










    share|improve this question
























      1












      1








      1








      I am using FME workbench 2018.1. I am working on a model where i have to apply lots of string operations on different feature classes and then merge them into one. I want to know if there is any console area where i can quickly test the function and see the output rather then running the whole FME again and again. I have been using inspector and logger but i am wondering if there is a console in FME.










      share|improve this question














      I am using FME workbench 2018.1. I am working on a model where i have to apply lots of string operations on different feature classes and then merge them into one. I want to know if there is any console area where i can quickly test the function and see the output rather then running the whole FME again and again. I have been using inspector and logger but i am wondering if there is a console in FME.







      fme fme-desktop fme-workbench






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 1 hour ago









      user4906240user4906240

      423212




      423212




















          2 Answers
          2






          active

          oldest

          votes


















          1














          You probably want to use Feature Caching, introduced in FME 2018. This function caches all features at every transformer. This way you can run the proces from a specific transformer.



          To enable Feature Caching click "Run", "Run With Feature Caching".
          Run With Feature Caching



          After a full run you can click a transformer and hit "Run From This".
          Run From This



          A few additions:



          • This can use a lot of temp disk space as there will be a lot of caching.

          • Because all the read / write actions the performance might be slower.

          • To overcome previous issues, transformers in closed bookmarks will not be cached separately, only at the bookmark output.

          • In FME 2019 the "Run Workspace" (F5) button is defaulted to run with cached features, to re-run completely fresh use CTRL-F5. This works far more intuitive.

          Also see this blog post and this article.






          share|improve this answer
































            1














            Feature Caching (as noted in another answer) is a good way to go here. Also use a Sampler or limit the number of features being read, as often you'll only want to test one or two features to ensure something is working, not the whole source dataset.



            Also, if your transformations use regex then FME has a regex editor with built in tests. Access it through Open Regex Editor, wherever that is available:



            enter image description here



            Then you have a dialog in which to test expressions:



            enter image description here



            DateTime transformers have a similar dialog for testing expressions.






            share|improve this answer























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "79"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319553%2ffme-console-for-testing%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              You probably want to use Feature Caching, introduced in FME 2018. This function caches all features at every transformer. This way you can run the proces from a specific transformer.



              To enable Feature Caching click "Run", "Run With Feature Caching".
              Run With Feature Caching



              After a full run you can click a transformer and hit "Run From This".
              Run From This



              A few additions:



              • This can use a lot of temp disk space as there will be a lot of caching.

              • Because all the read / write actions the performance might be slower.

              • To overcome previous issues, transformers in closed bookmarks will not be cached separately, only at the bookmark output.

              • In FME 2019 the "Run Workspace" (F5) button is defaulted to run with cached features, to re-run completely fresh use CTRL-F5. This works far more intuitive.

              Also see this blog post and this article.






              share|improve this answer





























                1














                You probably want to use Feature Caching, introduced in FME 2018. This function caches all features at every transformer. This way you can run the proces from a specific transformer.



                To enable Feature Caching click "Run", "Run With Feature Caching".
                Run With Feature Caching



                After a full run you can click a transformer and hit "Run From This".
                Run From This



                A few additions:



                • This can use a lot of temp disk space as there will be a lot of caching.

                • Because all the read / write actions the performance might be slower.

                • To overcome previous issues, transformers in closed bookmarks will not be cached separately, only at the bookmark output.

                • In FME 2019 the "Run Workspace" (F5) button is defaulted to run with cached features, to re-run completely fresh use CTRL-F5. This works far more intuitive.

                Also see this blog post and this article.






                share|improve this answer



























                  1












                  1








                  1







                  You probably want to use Feature Caching, introduced in FME 2018. This function caches all features at every transformer. This way you can run the proces from a specific transformer.



                  To enable Feature Caching click "Run", "Run With Feature Caching".
                  Run With Feature Caching



                  After a full run you can click a transformer and hit "Run From This".
                  Run From This



                  A few additions:



                  • This can use a lot of temp disk space as there will be a lot of caching.

                  • Because all the read / write actions the performance might be slower.

                  • To overcome previous issues, transformers in closed bookmarks will not be cached separately, only at the bookmark output.

                  • In FME 2019 the "Run Workspace" (F5) button is defaulted to run with cached features, to re-run completely fresh use CTRL-F5. This works far more intuitive.

                  Also see this blog post and this article.






                  share|improve this answer















                  You probably want to use Feature Caching, introduced in FME 2018. This function caches all features at every transformer. This way you can run the proces from a specific transformer.



                  To enable Feature Caching click "Run", "Run With Feature Caching".
                  Run With Feature Caching



                  After a full run you can click a transformer and hit "Run From This".
                  Run From This



                  A few additions:



                  • This can use a lot of temp disk space as there will be a lot of caching.

                  • Because all the read / write actions the performance might be slower.

                  • To overcome previous issues, transformers in closed bookmarks will not be cached separately, only at the bookmark output.

                  • In FME 2019 the "Run Workspace" (F5) button is defaulted to run with cached features, to re-run completely fresh use CTRL-F5. This works far more intuitive.

                  Also see this blog post and this article.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 35 mins ago

























                  answered 49 mins ago









                  nielsgerritsnielsgerrits

                  2,1381623




                  2,1381623























                      1














                      Feature Caching (as noted in another answer) is a good way to go here. Also use a Sampler or limit the number of features being read, as often you'll only want to test one or two features to ensure something is working, not the whole source dataset.



                      Also, if your transformations use regex then FME has a regex editor with built in tests. Access it through Open Regex Editor, wherever that is available:



                      enter image description here



                      Then you have a dialog in which to test expressions:



                      enter image description here



                      DateTime transformers have a similar dialog for testing expressions.






                      share|improve this answer



























                        1














                        Feature Caching (as noted in another answer) is a good way to go here. Also use a Sampler or limit the number of features being read, as often you'll only want to test one or two features to ensure something is working, not the whole source dataset.



                        Also, if your transformations use regex then FME has a regex editor with built in tests. Access it through Open Regex Editor, wherever that is available:



                        enter image description here



                        Then you have a dialog in which to test expressions:



                        enter image description here



                        DateTime transformers have a similar dialog for testing expressions.






                        share|improve this answer

























                          1












                          1








                          1







                          Feature Caching (as noted in another answer) is a good way to go here. Also use a Sampler or limit the number of features being read, as often you'll only want to test one or two features to ensure something is working, not the whole source dataset.



                          Also, if your transformations use regex then FME has a regex editor with built in tests. Access it through Open Regex Editor, wherever that is available:



                          enter image description here



                          Then you have a dialog in which to test expressions:



                          enter image description here



                          DateTime transformers have a similar dialog for testing expressions.






                          share|improve this answer













                          Feature Caching (as noted in another answer) is a good way to go here. Also use a Sampler or limit the number of features being read, as often you'll only want to test one or two features to ensure something is working, not the whole source dataset.



                          Also, if your transformations use regex then FME has a regex editor with built in tests. Access it through Open Regex Editor, wherever that is available:



                          enter image description here



                          Then you have a dialog in which to test expressions:



                          enter image description here



                          DateTime transformers have a similar dialog for testing expressions.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 27 mins ago









                          Mark IrelandMark Ireland

                          9,90732760




                          9,90732760



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319553%2ffme-console-for-testing%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              کانن (شرکت) محتویات تاریخچه[ویرایش] بخشی از تولیدات موفق این شرکت[ویرایش] در رده APS-C[ویرایش] گزارش محیط زیست[ویرایش] رده‌بندی محصولات[ویرایش] منابع[ویرایش] پانویس[ویرایش] پیوند به بیرون[ویرایش] منوی ناوبریwww.canon.comموزه آنلاین دوربین‌های کانننمودار تاریخچه سهام کاننوبگاه رسمی شرکت کاننوووووIDC Worldwide Hardcopy 2013

                              Rest API with Magento using PHP with example. Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to update product using magento client library for PHP?Oauth Error while extending Magento Rest APINot showing my custom api in wsdl(url) and web service list?Using Magento API(REST) via IXMLHTTPRequest COM ObjectHow to login in Magento website using REST APIREST api call for Guest userMagento API calling using HTML and javascriptUse API rest media management by storeView code (admin)Magento REST API Example ErrorsHow to log all rest api calls in magento2?How to update product using magento client library for PHP?

                              Magento 2 - Auto login with specific URL Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Customer can't login - Page refreshes but nothing happensCustom Login page redirectURL to login with redirect URL after completionCustomer login is case sensitiveLogin with phone number or email address - Magento 1.9Magento 2: Set Customer Account Confirmation StatusCustomer auto connect from URLHow to call customer login form in the custom module action magento 2?Change of customer login error message magento2Referrer URL in modal login form