Importing Data from File (CSV file with Pipe Delimited) into Table 回答済み

Hi Team,   Thank you for all your support.   I have a task to load File data into Table where in basically File is CSV file delimited with Pipe and Table scheme also created according to delimiter being used.   If I tried to load this File into ta...

madhuri desai All Star Idea Generator
1 |
0
Chains error: Failed to communicate with runner - this command was not executed 回答済み

Hi team,At times we get some errors on fully functional chain commands as below two. We are using workiva ground runner.Example 1:"Failed to communicate with runner - this command was not executed"Example 2:"Listener refused the connection with th...

Krishma Gupta Rising Star Workiva Essentials
3 |
0
Connecting Teradata to WData 回答済み

How can I build a connection to a Teradata table?  I have been trying to create a query to pull values directly from a Teradata table but have been unsuccessful. Which BizzApps could I use to accomplish this? Thanks!

Ryan Clark
2 |
0
Spread Sheet ID using File Name using command in workiva 回答済み

Hi Team.   We have a spread sheet( F1 with Spread Sheet ID = 1). I created the copy of F1 as F2 which will have Spread sheet ID = 2. This Spread sheet ID = 2( NOT SHEET ID)  I want to capture automatically through chains in workiva, is that possib...

madhuri desai All Star Idea Generator
2 |
0
How to get number of files in SFTP listing? 回答済み

I have a simple SFTP connector and perform a List Directory command.  I get back an array of file names as json: ["File A", "File B"] what is the most efficient way to count the number of files?  I tried adding an Array to CSV command then a Filte...

Waldo Nell Rock Star Community Champion
8 |
0
How do I remove the skip condition 回答済み

I had added skip condition in some of my commands, which I don't need now. When I remove the skip condition it doesn't get removed completely. I have to select one of the three conditions (success, warning, error). The command then always gets ski...

Krishma Gupta Rising Star Workiva Essentials
1 |
0
Lock/Unlock a sheet using a chain command. 回答済み

Hi! Is there a way to automate locking/unlocking a spreadsheet/sheet using a chain command?

Inessa Besi All Star Idea Generator
1 |
0
Export pivot view to Spreadsheets via a chain 回答済み

I followed the Export pivot view to Spreadsheets via a chain receipt, but at final step "overwrite Sheet data command", i'm getting data output from the query, not the expected data output form the downloaded pivot.

Inessa Besi All Star Idea Generator
1 |
0
Wdata - File ID for emailing files 回答済み

I'm trying to setup a wdata chain to update a spreadsheet based on a query and then email the spreadsheet to myself. I've been able to get the query to publish to the spreadsheet but am stuck when trying to email the file.  Is there a simple way t...

John May
3 |
0
Linking the cell values through workiva chains 回答済み

Hi There,   I have a task to create links between two spreadsheets(1 & 2), where in values present in cells of sheet1 should be linked to sheet2 cell on some specific code(unique identifier). Curious to know if there is any way to achieve this lin...

madhuri desai All Star Idea Generator
1 |
0
Updating Query Parameter Values in Chains 回答済み

My organization recently enabled wData and I'm trying to build a chain that takes a specific cell value from a spreadsheet and uses that to update the parameter of a query. After that, I would like to run the query and export the query results to ...

John May
7 |
1
http webhook trigger 回答済み

I have created a webhook trigger and it works in postman. However, my user wants to click on a url and want the chain to start automatically. I get a 405 error when I pass the url along with the bearer token.

Ganesh Karri
3 |
0
Tutorial: How to increment a numeric Dynamic Chain Variable 回答済み

Update: Variable Transform has been expanded to handle math operations such as incrementing a Dynamic Chain Variable value. The two methods below still work, but are no longer necessary. If you have a numeric Dynamic Chain Variable that you need t...

Jeff Hickey Community Champion Data Management Suite
0 |
0
jdbc connector-Groundrunner requirement 回答済み

I have actually not tested the jdbc connector but as per the documentation it says ground runner should be installed if it is on-prem. Can I get rid of ground runner if they allowlist Workiva's IP or is it mandatory to have ground runner installed?

Ganesh Karri All Star Community Champion
3 |
0
http webhook trigger 回答済み

How do i send a csv file to a chain using http webhook trigger? I am able to send a json in raw format but it is failing when sending a csv file.

Ganesh Karri All Star Community Champion
1 |
0
create file command- explicit delimiter 回答済み

I am trying to upload a file to a table using chains via create file command. I don't have an option to specify the delimiter of the source file and it is taking comma by default. my source file contains descriptions which have commas. So, I canno...

Ganesh Karri All Star Community Champion
4 |
0
How to access file content after conditional branch in Chains? 回答済み

I have some file content generated by some commands, let’s say Advanced Query I then have a group command, with a conditional that checks some condition If the condition matches, I modify the file by adding a column using the Insert Column comman...

Waldo Nell Rock Star Community Champion
5 |
0
Restricting Access to Chain Environment 回答済み

Hi There - is there a way that we can restrict Workspace or Chain Owners to a particular type of Chain environment?  We have separate DEV and PRODUCTION Chain environments. We would like to give our users access to the DEV environment, but restric...

Bradley Coleman All Star
1 |
0
How do I write formulas into a Sheet? 回答済み

How can I write formulas into a WDesk sheet from a Chain?  the "Write Sheet Data" command does not seem to support anything other than data.  I want to be able to add a totals row after I imported some data into a sheet.

Waldo Nell Rock Star Community Champion
1 |
0
How do I create a CSV file by hand in Chains? 回答済み

I want to create a CSV file by hand in Chains, with various different values stitched together manually to be imported into a WDesk sheet.  I used Create File to specify the first line of CSV based text: Amortization of lease payments,,,,, and lef...

Waldo Nell Rock Star Community Champion
4 |
0
How to setup API to import Wdesk reports data into Power BI? 回答済み

I have setup the user and got client ID & secret. I am stuck on authentication step to get the bearer token? How do I issue POST reuest? which tool to use or is there any query that I can run in powerBI to get data which will authenticate the clie...

Vinit Malviya
3 |
0
How to iterate results of Get Sheet Data 回答済み

I have a very simple request I cannot seem to get working.  I have a Get Sheet Data command, which fetches n amount of rows with a header row from a WDesk spreadsheet.  Then all I want to do is iterate over all the data rows, extract all the colum...

Waldo Nell Rock Star Community Champion
13 |
0
How to export wdata chain for use in another organization 回答済み

If we build a handful of chains, how can I easily take these across workspaces and organizations? How do i easily deploy a set of chains i have built to another location?? 

Evan O'keefe
2 |
2
Stuck trying to import Spreadsheet into Table 回答済み

I am stuck once again trying to do somethign that seems very trivial.  I have a spreadsheet with several columns.  I need to query columns A, B and say E and load that into a table.  That is it.  So what I built is: So I need the ability to refre...

Waldo Nell Rock Star Community Champion
3 |
0
Can you refresh datasets in Chains? 回答済み

I have three related questions:  - In Wdesk, if I have several spreadsheets each with several sheets, each with several Wdata Connections, is there a way using Chains to enumerate all these Wdata connections and auto refresh them?  - In Wdata, if ...

Waldo Nell Rock Star Community Champion
10 |
0
How do I perform iteration over a fixed range? 回答済み

I need to generate a list of entries in a table, and based on the value in a specific cell in a spreadsheet (which I can read), I need to generate as many instances of rows (with different content).  Say the cell had a value of 30, then I need to ...

Waldo Nell Rock Star Community Champion
7 |
0
How do I import XLS to WDesk to use for processing from Wdata using Chains? 回答済み

I have an XLS file with an unknown number of sheets.  Each sheet has data in a certain structured format.  I want to get that file into a WDesk Spreadsheet, each sheet mapping to a sheet in WDesk.  When I want to enumerate the sheets from a chain ...

Waldo Nell Rock Star Community Champion
2 |
0
Wdata - NetSuite Saved Searches 回答済み

We're in the process of connecting Wdata to our NetSuite environment. We'd like to use the NetSuite Token Authentication Connector. The goal is to use a Saved Search in NetSuite to aggregate the monthly financial data (either as a trial balance or...

Mary Snowden Beta Buddy
2 |
0
export spreadsheet in to CSV using chains and triggers. 回答済み

We are trying to build an Assumption management process flow. As part of this we are looking at a situation where we need the spreadsheet tab to be exported into a CSV format as the final file using a chain. Can we accomplish this using a chain wi...

venkat naresh yarlagadda All Star Idea Generator
1 |
0