Skip to content

Commit f0edb09

Browse files
committed
Update examples.
1 parent 92787f7 commit f0edb09

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Examples/Example_DataProcessing.py renamed to examples/Example_DataProcessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
instance.upload_file( UploadFileRequest( CompanySalesXlsx, RemoteFolder + '/' + CompanySalesXlsx))
1717
instance.upload_file( UploadFileRequest( EmployeeSalesSummaryXlsx, RemoteFolder + '/' + EmployeeSalesSummaryXlsx))
1818

19-
instance.post_batch_convert( BatchConvertRequest( source_folder= RemoteFolder , format="Pdf" , out_folder=RemoteOutputFolder , match_condition= MatchConditionRequest( regex_pattern= "*" )))
19+
instance.post_batch_split( PostBatchSplitRequest( batch_split_request= BatchSplitRequest( source_folder= RemoteFolder , format="png" , out_folder=RemoteOutputFolder , match_condition= MatchConditionRequest( regex_pattern= 'xlsx' ))))
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)