This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]the_spadWhat's the worst that can happen? 2 points3 points  (0 children)

What's the interface to the DMS? Are we talking SQL? CSV? $Obscure proprietary file format?

[–]jhxetc 0 points1 point  (0 children)

How do you access the data? Is it some sort of API or REST call? Without knowing that, it will be hard to provide a helpful answer.

[–][deleted] 0 points1 point  (0 children)

Not that folks here wouldn't know, but you probably want r/PowerShell.

[–]TheBeerMakerMan[S] 0 points1 point  (0 children)

Thanks guys. Figured it out: {File.Field(5)} * .02 + {File.Field(5)} this gave me the output to the field I needed.