Hi friends,
I have update the package “BalaReva.Externals.Activities” with some new components Directory size and file size.
Directory Size.
It will return the total size of the directory.
it has option to include the sub directory or not
Can able to search directory name inside the root directory.
File Sample : DirectorySize.xaml (5.3 KB)
File Size.
It will return the total size of the File.
File : FileSize.xaml (5.0 KB)
Renamed the Zip Files activity to Zip activity
Renamed the UnZip Files activity to UnZip activity
Hi Friends,
First of all I thank to all and who are updating the bugs and suggestion with me.
In the Unzip activity .It has bug. Now it is fixed. you take the latest version 1.3.2.
Here I have attached the sample : Unzip.zip (1.9 KB)
Let me know if you have any issue and also I would happy to receive more suggestions.
Hi @balupad14 ,
I am getting error when I trying the latest package to unzip and zip file using encryption.“UnZip : The given path’s format is not supported.”
I tried editing the example that you have sent then also it is giving me error not sure why.
Here I have attached a sample with zip file . It is working well. But I believe that something problem happen. Can you please send me a sample file to test at my side to ensure the problem.
Your exchange rate activity is very powerful and probably a must for many people, but how do you convert all the data from an excel file with the column “Price” that contains a STRING of data e.g. “£3300,23”?
I want to convert all the rows from british pund to DKK but i’m not quite sure how to do that.
However I found a conflict of this package and Studio 2018.2.3
After upgrade to Studio 2018.2.3 I start getting error “Method ‘Newtonsoft.Json.Linq.JToken get_Item(System.String)’ declared on type ‘Newtonsoft.Json.Linq.JObject’ cannot be called with instance of type ‘Newtonsoft.Json.Linq.JObject’” in a workflow using Newtonsoft.Json library. After in-depth investigation I found this library embedded in your package, but in different version (10.0.2). It caused the conflict with system wide installed version 8.0.3. After removing Newtonsoft.Json.dll from your package everything works fine again.
Thank you for the review. Unfortunately I have upgrade my studio to 2018.3.0-beta.1. It is working in this version. But I will let you after I tested in the 2018.2.3 version.