slow-cheetah icon indicating copy to clipboard operation
slow-cheetah copied to clipboard

Share Transformation Files

Open phototom opened this issue 8 years ago • 2 comments

We have approximately 50 batch jobs that all need to use exactly the same transformation files. While we can duplicate the transform files for all the different batch jobs, this is inefficient.

Is there a way for Slow-Cheetah to use shared transform files? I've tried including the transform files as linked references, but it didn't work.

phototom avatar Mar 01 '17 15:03 phototom

I thought linked files worked in a previous release.

sayedihashimi avatar Mar 01 '17 17:03 sayedihashimi

I'm using V2.5.1.5. Linked files might have worked, but it didn't for me. Below is manually edited project file linking to the transform file. Removing <LINK> properly made no changes

    <None Include="..\App.ACC.config">
      <Link>App.ACC.config</Link>
	  <DependentUpon>App.config</DependentUpon>
      <IsTransformFile>True</IsTransformFile>
      <SubType>Designer</SubType>
    </None>
    <None Include="App.config">
      <TransformOnBuild>true</TransformOnBuild>
      <SubType>Designer</SubType>
    </None>

phototom avatar Mar 01 '17 21:03 phototom