Package com.google.refine.operations.cell

Examples of com.google.refine.operations.cell.BlankDownOperation


    protected AbstractOperation createOperation(Project project,
            HttpServletRequest request, JSONObject engineConfig) throws Exception {
       
        String columnName = request.getParameter("columnName");
       
        return new BlankDownOperation(
            engineConfig,
            columnName
        );
    }
View Full Code Here

TOP

Related Classes of com.google.refine.operations.cell.BlankDownOperation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.