Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamsebastian/dc869429e78ef22a8bfd67b3eda22178 to your computer and use it in GitHub Desktop.
Save iamsebastian/dc869429e78ef22a8bfd67b3eda22178 to your computer and use it in GitHub Desktop.
Try to speedup Dell Boomi mapping
var i = function(f1, f2) { $('body > div:nth-child(21) > div:nth-child(2) > div > div:nth-child(5) > div > div > div:nth-child(4) > div > div:nth-child(3) > div > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(2) > div > div.component_editor_panel > div > div:nth-child(2) > div > div:nth-child(3) > div > div:nth-child(8) > div > div:nth-child(2) > div > div:nth-child(3) > div > div.text_search_box > input').value = f1; $('body > div:nth-child(21) > div:nth-child(2) > div > div:nth-child(5) > div > div > div:nth-child(4) > div > div:nth-child(3) > div > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(2) > div > div.component_editor_panel > div > div:nth-child(2) > div > div:nth-child(3) > div > div:nth-child(8) > div > div:nth-child(4) > div > div:nth-child(3) > div > div.text_search_box > input').value = f2; };
var j = function(arg) { var spl = arg.split('\t'); i.call(spl); console.log(spl); i.apply(this, spl);}
j('src_field dest_field');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment