-
Re: Hey can anyone help me in regards for creating a custom connector using OAuth for authentication
The developer portal has some sample code you can refer to. In my experience, the metadata.account.accesstoken value from the authentication section is not accessible in the process data section when…1 -
Re: Any tips on how to clean Typo's in a dataset?
If you just remove the pipe symbols then you'd end up with a mix of "Company A", "CompanyA","Company B", "CompanyB" etc. so you'd need to replace pipe with a s…1 -
Re: What's the best way to pivot this table
I prefer the way your data is currently structured, and I don't think it's necessary to pivot it in an ETL. The fastest way you can get a month over month variance, with your existing structure, woul…1 -
Re: I have a column that is called Bill Amount. Why would some cells be blank?
I see, it's a file that you're importing and the source has a value but somehow during the process of importing the file the value is getting dropped. If the values are being dropped sporadically and…1 -
Re: CLI with Task Scheduler
Have you tried putting the commands in a script and then calling the CLI tool in the scheduler and passing in the path to the script? EXAMPLE: java -jar C:/Domo/java/domoUtil.jar -script c:\directory…1