끄적끄적

고정 헤더 영역

글 제목

메뉴 레이어

끄적끄적

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기 (55)
    • IT (55)
      • 머신러닝 (5)
      • SAP(ABAP) (6)
      • RPA(UiPath) (34)
      • 논문리뷰 (2)
      • 기타 (5)
      • python (1)
      • Salesforce (2)
    • 일상 (0)
      • 기타 (0)

검색 레이어

끄적끄적

검색 영역

컨텐츠 검색

UiPath

  • [RPA] Storage Bucket 활용

    2022.12.02 by Adonis_

  • [RPA] Python Scope path 설정 / anaconda navigator environment생성

    2022.09.27 by Adonis_

  • [RPA] HTTP Encoding 방식

    2022.03.23 by Adonis_

  • DataTable column index값 조정

    2021.12.07 by Adonis_

  • [RPA] 여러 파일 중 특정 단어를 포함하는 파일 찾기

    2021.10.26 by Adonis_

  • [RPA] Excel 함수 적용하기

    2021.10.13 by Adonis_

  • [RPA] 프로세스 실행 목록 확인 후 종료

    2021.10.06 by Adonis_

  • [RPA] Array 관련 함수

    2021.04.29 by Adonis_

[RPA] Storage Bucket 활용

Storage Bucket 기본 activity 사용법 1. Orhestrator에서 Storage Bucket 생성 Orchestrator > Storage Buckets > Add storage bucket - Name 선택시 해당 Storagebucket에 업로드 된 파일 확인 가능 2. 기본 Activity 2-1. Upload Storage File - Folder Path : classic 폴더만 있는 경우 공란이여도 무관함. 특정 Modern폴더 하위에 입력할 경우 Modern폴더명 입력 * 업로드 결과 확인 2-2. Download Storage File 2-3. List Storage Files - FileList type : StorageFileInfo - Filter : "*.zip"..

IT/RPA(UiPath) 2022. 12. 2. 16:21

[RPA] Python Scope path 설정 / anaconda navigator environment생성

파이썬 환경설정을 여러개 지정하다보면 어떤 python을 실행해야할지 UiPath에서 꼬이기때문에 환경설정을 과제별로 분리해서 지정하는게 좋음. python environment설정 방법 ※ Anaconda 설치 방법 참고 https://www.anaconda.com/products/individual Anaconda | Anaconda Distribution Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com https://benn.tistory.com/26 [Python] 아나콘다 (Anaco..

IT/RPA(UiPath) 2022. 9. 27. 14:36

[RPA] HTTP Encoding 방식

HTTP Request 사용 시 endcoding 함수 System.Web.HttpUtility.UrlEncode(URL) System.Net.WebUtility.UrlEncode(URL) HttpUtility.UrlEncode(URL) Uri.EscapeUriString(URL) System.Web.HttpUtility.UrlEncode(URL, System.Text.Encoding.GetEncoding("utf-8")) HttpUtility.UrlEncode(URL, Encoding.UTF8) HttpUtility.UrlEncodeUnicode(URL) HttpContext.Current.Server.UrlEncode(URL) System.Web.HttpUtility.UrlEncode(URL, Sys..

IT/RPA(UiPath) 2022. 3. 23. 09:27

DataTable column index값 조정

DataTable column index 조정하는방법 Invoke Code Activity사용 Arguments Name Direction Type io_DataTable In/Out DataTable in_ColumnIndex In Int32 in_ColumnName In String io_DataTable.Columns(in_ColumnName).SetOrdinal(in_ColumnIndex)

IT/RPA(UiPath) 2021. 12. 7. 08:44

[RPA] 여러 파일 중 특정 단어를 포함하는 파일 찾기

다건의 PDF, TXT, EXCEL파일 등에서 특정 단어가 포함된 파일을 찾는 방법 Point 검색 대상 파일들을 한쪽 폴더에 저장 후 Directory 함수 활용 > Directory.GetFiles(sFolderPath) 혹은 Directory.GetFiles(sFolderPath, "*.pdf").ToArray

IT/RPA(UiPath) 2021. 10. 26. 23:05

[RPA] Excel 함수 적용하기

엑셀 함수 적용하는방법 위와 같은 데이터가있을때 D열에 합계를 구하고자합니다. 1. Write Cell Activity - Value : 적용할 함수를 작성 예) = SUM(A2:C2) 2. Auto Fill Range Activity - FillRange : 1에서 지정한 엑셀함수가 적용된 셀(C2)을 포함한 범위 예) "D2:D4" - SourceRange : 함수가 적용된 Cell

IT/RPA(UiPath) 2021. 10. 13. 21:52

[RPA] 프로세스 실행 목록 확인 후 종료

1. 프로세스 목록확인 Get Processes Activity 호출 > output : ProcessList 2. 프로세스 실행여부 확인 ProcessList.Any(Function(p) p.ToString.Contains("프로세스명")) 3. Invoke Power Shell Acitivity로 종료 - CommandText : "taskkill /F /Im yourProcess.exe" - IsScript : checked - TypeArgument : String

IT/RPA(UiPath) 2021. 10. 6. 09:24

[RPA] Array 관련 함수

(From x In yourArr Where x.Contains("검색키워드") Select array.IndexOf(yourArr ,x)).FirstOrDefault.tostring 1. Concat arr1.Concat(arr2).ToArray 2. (타입변환) row > String[] dtDataTable.Rows(idx).ItemArray.OfType(Of Object).Select(Function(x) If(IsDbNull(x),String.empty,x.ToString)).ToArray 3. 배열초기화 (# size = 10) arr = new String(10){} arr = new GenericValue(10){} 4. array 값으로 split arrSplitResult = str.S..

IT/RPA(UiPath) 2021. 4. 29. 11:03

추가 정보

인기글

최신글

페이징

이전
1 2
다음
TISTORY
끄적끄적 © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바