Search: remove-data-column

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 15 next page » Page 1 2

[1] Import Document Manually

Last modified by admin on 2023/05/14 13:09
Rendered document content
When you send a document to the pipeline, akaBot Vision will immediately start to extract the data from it. Description During this stage, the document has an importing status. In case something
will be removed and the new documents will appear in the pipeline. Those documents need to be reprocessed by AI
Raw document content
the data from it. == **Description** == (% class="wikigeneratedid" %) During this stage, the document has an importing status. (% style="text-align:center" %) [[[[image:image-20220420191058-1.png||data-xwiki-image
" %) [[[[image:image-20220420191111-2.png||data-xwiki-image-style-alignment="center"]]>>attach:image-20220420191111-2

[1] Create an Account

Last modified by admin on 2024/01/10 15:46
Rendered document content
1. Create an Account Note: Although akaBot Vision currently supports Pre-trained data fields only for Invoice processing, the technology is documented agnostic and can extract data from any
customizable, so you can add/group/remove pipelines as needed. Table of Content
Raw document content
currently supports Pre-trained data fields only for Invoice processing, the technology is documented agnostic and can extract data from any structured document including receipts, purchase orders, shipping
-20220420182302-1.png||alt="image-20220420183141-4.png" data-xwiki-image-style-alignment="center"]] **Step 2

[3] Review Document

Last modified by admin on 2024/01/11 18:13
Rendered document content
After importing the document successfully and the data extraction process is successfully finished
, akaBot Vision provides users with the capability to add or remove rows in a table To insert a row, you
Shortcuts When reviewing documents in akaBot Vision, there are multiple ways of moving between data fields
Raw document content
="wikigeneratedid" %) After importing the document successfully and the data extraction process is successfully
with this status in the “To review” tab in the user interface. [[image:image-20220420193327-1.png||data-xwiki
in each field that has been detected incorrectly [[image:image-20220420193327-2.png||data-xwiki-image

Generate Data Table

Last modified by Nhan Nguyen on 2022/05/13 03:00
Rendered document content
the structured text. This activity enables you to select column and row separators according to which the table
(default) - blocks the process from continuing the execution. Fixed formatting options Column Sizes (IEnumerable< Int32 >) - Specifies the size of the columns that are to be created in the table. This field
Title
Generate Data Table
Attachment name
generate data table.jpg
Location
Data Table
Generate Data Table
Raw document content
. This activity enables you to select column and row separators according to which the table is generated. [[[[image:generate data table.jpg||class="img-thumbnail"]]>>attach:generate data table.jpg]] (* is mandatory
) - blocks the process from continuing the execution. **Fixed formatting options** * **Column Sizes

Add Data Column

Last modified by Nhan Nguyen on 2022/05/13 02:54
Rendered document content
to organize and structure your code better. Eg: Add Data Column Type Argument (Type) - A reference type
to a specified DataTable. (* is mandatory) Properties Input Column (DataColumn)* - A DataColumn object that is to be appended to the column collection of the DataTable. Column Name (String)* - The name of the new column you
Title
Add Data Column
Attachment name
add data column.jpg
Location
Add Data Column
Data Table
Raw document content
of the activity to organize and structure your code better. **Eg**: Add Data Column * **Type Argument (Type
DataTable. [[image:add data column.jpg||class="img-thumbnail"]] (* is mandatory) == **Properties** == **Input** * **Column (DataColumn)*** - A DataColumn object that is to be appended to the column

Add Data Row

Last modified by Nhan Nguyen on 2022/05/13 02:55
Rendered document content
RCA.Activities.Core.AddDataRow Description This activity allows you to add a Data Row
to be added to the DataTable. The type of each object should map to the type of its corresponding column in the DataTable. Data row (DataRow) - The DataRow object to be added to the DataTable. If this property is set
Title
Add Data Row
Attachment name
add data row.jpg
Location
Data Table
Add Data Row
Raw document content
should map to the type of its corresponding column in the DataTable. * **Data row (DataRow
is ignored. * **Data Table (DataTable)*** - The DataTable object in which you want to add a column
" %) ((( RCA.Activities.Core.AddDataRow == **Description** == This activity allows you to add a Data Row to a specified DataTable

Look Up Data Table

Last modified by Nhan Nguyen on 2022/05/13 03:03
Rendered document content
for. This field supports only strings and String variables. Eg: “Name of columnData Column (DataColumn
and String variables. Eg: “Name of targeted columnData Column (DataColumn) - Specifying a DataColumn
and the column specified in the Target Column property category. (* is mandatory) Properties Input Lookup
Title
Look Up Data Table
Attachment name
look up data table.jpg
Location
Data Table
Look Up Data Table
Raw document content
in the Target Column property category. [[[[image:look up data table.jpg||class="img-thumbnail
to search for. This field supports only strings and String variables. Eg: “Name of column” * **Data Column
. Eg: “Name of targeted column” * **Data Column (DataColumn)** - Specifying a DataColumn variable here

Get Row Item

Last modified by Nhan Nguyen on 2022/05/13 03:00
Rendered document content
a DataRow variable according to a specified column. (* is mandatory) In the body of activity DataTable row (DataRow)* - The DataRow object from which a value is to be retrieved. Properties Input Column
, the ColumnName and ColumnIndex properties are ignored. Column Index (Int)* - The index of the column whose value
Location
Data Table
Raw document content
according to a specified column. [[[[image:get row item.jpg]]>>attach:get row item.jpg
a value is to be retrieved. == **Properties** == **Input** * **Column (DataColumn
and ColumnIndex properties are ignored. * **Column Index (Int)*** - The index of the column whose value

Sort Data Table

Last modified by Nhan Nguyen on 2022/05/05 04:21
Rendered document content
: “Column name here”. Data Column (DataColumn) - The variable containing the column you want to sort
RCA.Activities.Core.SortDataTables Description This activity allows you to sort data tables in ascending or descending order, based on the values of a specified column. (* is mandatory) Properties
Title
Sort Data Table
Attachment name
sort data table.jpg
Location
Data Table
Sort Data Table
Raw document content
" %) ((( RCA.Activities.Core.SortDataTables == **Description** == This activity allows you to sort data tables in ascending or descending order, based on the values of a specified column. [[[[image:sort data table.jpg||class="img-thumbnail
: “Column name here”. * **Data Column (DataColumn)** - The variable containing the column you want to sort

Remove Data Column

Last modified by Nhan Nguyen on 2022/05/13 03:04
Rendered document content
of the activity to organize and structure your code better. Eg: “Remove Data Column
RCA.Activities.Core.RemoveDataColumn Description This activity allows you to remove a Data
)* - A DataColumn object to be removed from the column collection of the DataTable. If this property is set
Title
Remove Data Column
Attachment name
remove data column.jpg
Location
Remove Data Column
Data Table
Raw document content
" %) ((( RCA.Activities.Core.RemoveDataColumn == **Description** == This activity allows you to remove a Data Column to a specified
Number”. * **Data table (DataTable)*** - The DataTable object from which the column is to be removed
edit the name of the activity to organize and structure your code better. Eg: “Remove Data Column
next page » Page 1 2
RSS feed for search on [remove-data-column]
Created by admin on 2022/04/17 14:38